Uses of Interface
org.apache.unomi.schema.api.SchemaService
- 
- 
Uses of SchemaService in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type SchemaService Modifier and Type Method Description static JSONSchemaGraphQLSchemaProvider. buildJSONSchema(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService)static org.apache.unomi.graphql.schema.GraphQLSchemaProvider.BuilderGraphQLSchemaProvider. create(ProfileService profileService, SchemaService schemaService)voidGraphQLSchemaUpdater. setSchemaService(SchemaService schemaService) - 
Uses of SchemaService in org.apache.unomi.graphql.schema.json
Constructors in org.apache.unomi.graphql.schema.json with parameters of type SchemaService Constructor Description JSONTypeFactory(SchemaService schemaService) - 
Uses of SchemaService in org.apache.unomi.rest.deserializers
Constructors in org.apache.unomi.rest.deserializers with parameters of type SchemaService Constructor Description ContextRequestDeserializer(Class<ContextRequest> vc, SchemaService schemaRegistry)ContextRequestDeserializer(SchemaService schemaRegistry)EventsCollectorRequestDeserializer(Class<EventsCollectorRequest> vc, SchemaService schemaService)EventsCollectorRequestDeserializer(SchemaService schemaRegistry) - 
Uses of SchemaService in org.apache.unomi.rest.server
Methods in org.apache.unomi.rest.server with parameters of type SchemaService Modifier and Type Method Description voidRestServer. setSchemaService(SchemaService schemaService) - 
Uses of SchemaService in org.apache.unomi.schema.impl
Classes in org.apache.unomi.schema.impl that implement SchemaService Modifier and Type Class Description classSchemaServiceImpl - 
Uses of SchemaService in org.apache.unomi.schema.listener
Methods in org.apache.unomi.schema.listener with parameters of type SchemaService Modifier and Type Method Description voidJsonSchemaListener. setSchemaService(SchemaService schemaService) - 
Uses of SchemaService in org.apache.unomi.schema.rest
Methods in org.apache.unomi.schema.rest with parameters of type SchemaService Modifier and Type Method Description voidJsonSchemaEndPoint. setSchemaService(SchemaService schemaService) - 
Uses of SchemaService in org.apache.unomi.utils
Methods in org.apache.unomi.utils with parameters of type SchemaService Modifier and Type Method Description static List<Event>HttpUtils. filterValidEvents(com.fasterxml.jackson.databind.node.ArrayNode eventsNode, SchemaService schemaService, com.fasterxml.jackson.core.JsonParser jsonParser) 
 -