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 JSONSchemaGraphQLSchemaProvider. 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 JsonSchemaWrapperSchemaService. getSchema(String schemaId)Get a schema matching by a schema idJsonSchemaWrapperSchemaService. 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 JsonSchemaWrapperSchemaServiceImpl. getSchema(String schemaId)JsonSchemaWrapperSchemaServiceImpl. 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) 
 -