Uses of Interface
org.jboss.logging.processor.validation.ValidationMessage
Packages that use ValidationMessage
-
Uses of ValidationMessage in org.jboss.logging.processor.validation
Methods in org.jboss.logging.processor.validation that return ValidationMessageModifier and TypeMethodDescriptionstatic 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 ValidationMessageModifier and TypeMethodDescriptionIdLengthValidator.validate
(MessageInterface messageInterface) IdRangeValidator.validate
(MessageInterface messageInterface) MessageIdValidator.validate
(MessageInterface messageInterface, MessageMethod messageMethod) final Collection
<ValidationMessage> Validator.validate
(MessageInterface messageInterface) Validates the message interface and returns a collection of validation messages or an empty collection.