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 JSONSchema
GraphQLSchemaProvider.buildJSONSchema
(JsonSchemaWrapper jsonSchemaWrapper, SchemaService schemaService) static org.apache.unomi.graphql.schema.GraphQLSchemaProvider.Builder
GraphQLSchemaProvider.create
(ProfileService profileService, SchemaService schemaService) void
GraphQLSchemaUpdater.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 TypeMethodDescriptionvoid
JsonSchemaListener.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 TypeMethodDescriptionvoid
JsonSchemaEndPoint.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)