Uses of Class
org.apache.unomi.schema.api.JsonSchemaWrapper
-
Packages that use JsonSchemaWrapper Package Description org.apache.unomi.graphql.schema org.apache.unomi.schema.api org.apache.unomi.schema.impl -
-
Uses of JsonSchemaWrapper in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type JsonSchemaWrapper Modifier and Type Method Description static JSONSchema
GraphQLSchemaProvider. buildJSONSchema(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService)
-
Uses of JsonSchemaWrapper in org.apache.unomi.schema.api
Methods in org.apache.unomi.schema.api that return JsonSchemaWrapper Modifier and Type Method Description JsonSchemaWrapper
SchemaService. getSchema(String schemaId)
Get a schema matching by a schema idJsonSchemaWrapper
SchemaService. getSchemaForEventType(String eventType)
Get the schema that is able to validate the specific event typeMethods in org.apache.unomi.schema.api that return types with arguments of type JsonSchemaWrapper Modifier and Type Method Description List<JsonSchemaWrapper>
SchemaService. getSchemasByTarget(String target)
Get a list aJsonSchemaWrapper
-
Uses of JsonSchemaWrapper in org.apache.unomi.schema.impl
Methods in org.apache.unomi.schema.impl that return JsonSchemaWrapper Modifier and Type Method Description JsonSchemaWrapper
SchemaServiceImpl. getSchema(String schemaId)
JsonSchemaWrapper
SchemaServiceImpl. getSchemaForEventType(String eventType)
Methods in org.apache.unomi.schema.impl that return types with arguments of type JsonSchemaWrapper Modifier and Type Method Description List<JsonSchemaWrapper>
SchemaServiceImpl. getSchemasByTarget(String target)
-