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 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 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 void
RestServer. 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 class
SchemaServiceImpl
-
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 void
JsonSchemaListener. 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 void
JsonSchemaEndPoint. 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)
-