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 org.jboss.logging.processor.validation.ValidationMessage
ValidationMessage.Type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ValidationWarningMessage
(Element element, String message, AnnotationMirror annotationMirror, AnnotationValue annotationValue) -
Method Summary
Methods inherited from class org.jboss.logging.processor.validation.ValidationMessageFactory.AbstractValidationMessage
getAnnotationMirror, getAnnotationValue, getElement, getMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.logging.processor.validation.ValidationMessage
printMessage
-
Constructor Details
-
ValidationWarningMessage
private ValidationWarningMessage(Element element, String message, AnnotationMirror annotationMirror, AnnotationValue annotationValue)
-
-
Method Details
-
type
Description copied from interface:ValidationMessage
The type of the message.- Returns:
- the type of the message.
-