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 ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, java.lang.String message)static ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, java.lang.String format, java.lang.Object... args)static ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, java.lang.String message)static ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, java.lang.String format, java.lang.Object... args)static ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, javax.lang.model.element.AnnotationValue annotationValue, java.lang.String message)static ValidationMessageValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, javax.lang.model.element.AnnotationValue annotationValue, java.lang.String format, java.lang.Object... args)static ValidationMessageValidationMessageFactory. createWarning(javax.lang.model.element.Element element, java.lang.String message)static ValidationMessageValidationMessageFactory. createWarning(javax.lang.model.element.Element element, java.lang.String format, java.lang.Object... args)Methods in org.jboss.logging.processor.validation that return types with arguments of type ValidationMessage Modifier and Type Method Description java.util.Collection<ValidationMessage>IdLengthValidator. validate(MessageInterface messageInterface)java.util.Collection<ValidationMessage>IdRangeValidator. validate(MessageInterface messageInterface)java.util.Collection<ValidationMessage>MessageIdValidator. validate(MessageInterface messageInterface, MessageMethod messageMethod)java.util.Collection<ValidationMessage>Validator. validate(MessageInterface messageInterface)Validates the message interface and returns a collection of validation messages or an empty collection.
-