Uses of Interface
org.jboss.logging.processor.validation.ValidationMessage
-
Packages that use ValidationMessage Package Description org.jboss.logging.processor.validation -
-
Uses of ValidationMessage in org.jboss.logging.processor.validation
Methods in org.jboss.logging.processor.validation that return ValidationMessage Modifier and Type Method Description static ValidationMessage
ValidationMessageFactory. createError(Element element, String message)
static ValidationMessage
ValidationMessageFactory. createError(Element element, String format, Object... args)
static ValidationMessage
ValidationMessageFactory. createError(Element element, AnnotationMirror annotationMirror, String message)
static ValidationMessage
ValidationMessageFactory. createError(Element element, AnnotationMirror annotationMirror, String format, Object... args)
static ValidationMessage
ValidationMessageFactory. createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message)
static ValidationMessage
ValidationMessageFactory. createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args)
static ValidationMessage
ValidationMessageFactory. createWarning(Element element, String message)
static ValidationMessage
ValidationMessageFactory. createWarning(Element element, String format, Object... args)
Methods in org.jboss.logging.processor.validation that return types with arguments of type ValidationMessage Modifier and Type Method Description Collection<ValidationMessage>
IdLengthValidator. validate(MessageInterface messageInterface)
Collection<ValidationMessage>
IdRangeValidator. validate(MessageInterface messageInterface)
Collection<ValidationMessage>
MessageIdValidator. validate(MessageInterface messageInterface, MessageMethod messageMethod)
Collection<ValidationMessage>
Validator. validate(MessageInterface messageInterface)
Validates the message interface and returns a collection of validation messages or an empty collection.
-