Uses of Class
org.apache.unomi.schema.api.ValidationError
-
Packages that use ValidationError Package Description org.apache.unomi.schema.api org.apache.unomi.schema.impl org.apache.unomi.schema.rest -
-
Uses of ValidationError in org.apache.unomi.schema.api
Methods in org.apache.unomi.schema.api that return types with arguments of type ValidationError Modifier and Type Method Description Set<ValidationError>
SchemaService. validateEvent(String event)
perform a validation on the given eventMap<String,Set<ValidationError>>
SchemaService. validateEvents(String events)
perform a validation of a list of the given events -
Uses of ValidationError in org.apache.unomi.schema.impl
Methods in org.apache.unomi.schema.impl that return types with arguments of type ValidationError Modifier and Type Method Description Set<ValidationError>
SchemaServiceImpl. validateEvent(String event)
Map<String,Set<ValidationError>>
SchemaServiceImpl. validateEvents(String events)
-
Uses of ValidationError in org.apache.unomi.schema.rest
Methods in org.apache.unomi.schema.rest that return types with arguments of type ValidationError Modifier and Type Method Description Collection<ValidationError>
JsonSchemaEndPoint. validateEvent(String event)
Being able to validate a given event is useful when you want to develop custom events and associated schemasMap<String,Set<ValidationError>>
JsonSchemaEndPoint. validateEvents(String events)
Being able to validate a given list of event is useful when you want to develop custom events and associated schemas
-