Class ValidationMessageFactory.ValidationWarningMessage
java.lang.Object
org.jboss.logging.processor.validation.ValidationMessageFactory.AbstractValidationMessage
org.jboss.logging.processor.validation.ValidationMessageFactory.ValidationWarningMessage
- All Implemented Interfaces:
ValidationMessage
- Enclosing class:
ValidationMessageFactory
private static class ValidationMessageFactory.ValidationWarningMessage
extends ValidationMessageFactory.AbstractValidationMessage
-
Nested Class Summary
Nested classes/interfaces inherited from interface ValidationMessage
ValidationMessage.Type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateValidationWarningMessage(Element element, String message, AnnotationMirror annotationMirror, AnnotationValue annotationValue) -
Method Summary
Methods inherited from class ValidationMessageFactory.AbstractValidationMessage
getAnnotationMirror, getAnnotationValue, getElement, getMessageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ValidationMessage
printMessage
-
Constructor Details
-
ValidationWarningMessage
private ValidationWarningMessage(Element element, String message, AnnotationMirror annotationMirror, AnnotationValue annotationValue)
-
-
Method Details
-
type
Description copied from interface:ValidationMessageThe type of the message.- Returns:
- the type of the message.
-