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 ValidationMessageValidationMessageFactory.createError(Element element, String message) static ValidationMessageValidationMessageFactory.createError(Element element, String format, Object... args) static ValidationMessageValidationMessageFactory.createError(Element element, AnnotationMirror annotationMirror, String message) static ValidationMessageValidationMessageFactory.createError(Element element, AnnotationMirror annotationMirror, String format, Object... args) static ValidationMessageValidationMessageFactory.createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message) static ValidationMessageValidationMessageFactory.createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args) static ValidationMessageValidationMessageFactory.createWarning(Element element, String message) static ValidationMessageValidationMessageFactory.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.