Uses of Class
org.apache.unomi.schema.api.ValidationError
Packages that use ValidationError
Package
Description
-
Uses of ValidationError in org.apache.unomi.schema.api
Methods in org.apache.unomi.schema.api that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionSchemaService.validateEvent
(String event) perform a validation on the given eventSchemaService.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 ValidationErrorModifier and TypeMethodDescriptionSchemaServiceImpl.validateEvent
(String event) 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 ValidationErrorModifier and TypeMethodDescriptionJsonSchemaEndPoint.validateEvent
(String event) Being able to validate a given event is useful when you want to develop custom events and associated schemasJsonSchemaEndPoint.validateEvents
(String events) Being able to validate a given list of event is useful when you want to develop custom events and associated schemas