Uses of Interface
org.apache.unomi.schema.api.SchemaService
Packages that use SchemaService
Package
Description
- 
Uses of SchemaService in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type SchemaServiceModifier and TypeMethodDescriptionstatic 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 - 
Uses of SchemaService in org.apache.unomi.rest.deserializers
Constructors in org.apache.unomi.rest.deserializers with parameters of type SchemaServiceModifierConstructorDescriptionContextRequestDeserializer(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 - 
Uses of SchemaService in org.apache.unomi.schema.impl
Classes in org.apache.unomi.schema.impl that implement SchemaService - 
Uses of SchemaService in org.apache.unomi.schema.listener
Methods in org.apache.unomi.schema.listener with parameters of type SchemaServiceModifier and TypeMethodDescriptionvoidJsonSchemaListener.setSchemaService(SchemaService schemaService)  - 
Uses of SchemaService in org.apache.unomi.schema.rest
Methods in org.apache.unomi.schema.rest with parameters of type SchemaServiceModifier and TypeMethodDescriptionvoidJsonSchemaEndPoint.setSchemaService(SchemaService schemaService)  - 
Uses of SchemaService in org.apache.unomi.utils
Methods in org.apache.unomi.utils with parameters of type SchemaServiceModifier and TypeMethodDescriptionHttpUtils.filterValidEvents(com.fasterxml.jackson.databind.node.ArrayNode eventsNode, SchemaService schemaService, com.fasterxml.jackson.core.JsonParser jsonParser)