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
Classes in org.jboss.logging.processor.validation that implement ValidationMessage Modifier and Type Class Description private static class
ValidationMessageFactory.AbstractValidationMessage
private static class
ValidationMessageFactory.ValidationErrorMessage
private static class
ValidationMessageFactory.ValidationWarningMessage
Fields in org.jboss.logging.processor.validation with type parameters of type ValidationMessage Modifier and Type Field Description private java.util.Collection<ValidationMessage>
PropertyValidator. messages
Methods in org.jboss.logging.processor.validation that return ValidationMessage Modifier and Type Method Description static ValidationMessage
ValidationMessageFactory. createError(javax.lang.model.element.Element element, java.lang.String message)
static ValidationMessage
ValidationMessageFactory. createError(javax.lang.model.element.Element element, java.lang.String format, java.lang.Object... args)
static ValidationMessage
ValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, java.lang.String message)
static ValidationMessage
ValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, java.lang.String format, java.lang.Object... args)
static ValidationMessage
ValidationMessageFactory. createError(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotationMirror, javax.lang.model.element.AnnotationValue annotationValue, java.lang.String message)
static ValidationMessage
ValidationMessageFactory. 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 ValidationMessage
ValidationMessageFactory. createWarning(javax.lang.model.element.Element element, java.lang.String message)
static ValidationMessage
ValidationMessageFactory. 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)
(package private) static java.util.Collection<ValidationMessage>
PropertyValidator. validate(javax.annotation.processing.ProcessingEnvironment processingEnv, MessageMethod messageMethod)
Validates the message method property annotations.java.util.Collection<ValidationMessage>
Validator. validate(MessageInterface messageInterface)
Validates the message interface and returns a collection of validation messages or an empty collection.private java.util.Collection<ValidationMessage>
Validator. validateBundle(java.util.Set<MessageMethod> messageMethods)
Validate message bundle messageMethods.private java.util.Collection<ValidationMessage>
Validator. validateBundleMethod(MessageMethod messageMethod)
private java.util.Collection<ValidationMessage>
Validator. validateCommon(MessageInterface messageInterface, java.util.Set<MessageMethod> messageMethods)
Validate common attributes to all interfaces.private java.util.Collection<ValidationMessage>
Validator. validateLogger(java.util.Set<MessageMethod> messageMethods)
Validate message logger messageMethods.private java.util.Collection<ValidationMessage>
Validator. validateLoggerMethod(MessageMethod messageMethod)
private java.util.Collection<ValidationMessage>
Validator. validateParameters(MessageMethod messageMethod)
Method parameters in org.jboss.logging.processor.validation with type arguments of type ValidationMessage Modifier and Type Method Description private void
Validator. validateTransform(java.util.List<ValidationMessage> messages, Parameter parameter, Transform transform)
Constructor parameters in org.jboss.logging.processor.validation with type arguments of type ValidationMessage Constructor Description PropertyValidator(javax.annotation.processing.ProcessingEnvironment processingEnv, MessageMethod method, javax.lang.model.type.TypeMirror resultType, java.util.Collection<ValidationMessage> messages)
-