Package | Description |
---|---|
org.jboss.logging.processor.validation |
Modifier and Type | Method | Description |
---|---|---|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
String message) |
|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
String format,
Object... args) |
|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
AnnotationMirror annotationMirror,
String message) |
|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
AnnotationMirror annotationMirror,
String format,
Object... args) |
|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
AnnotationMirror annotationMirror,
AnnotationValue annotationValue,
String message) |
|
static ValidationMessage |
ValidationMessageFactory.createError(Element element,
AnnotationMirror annotationMirror,
AnnotationValue annotationValue,
String format,
Object... args) |
|
static ValidationMessage |
ValidationMessageFactory.createWarning(Element element,
String message) |
|
static ValidationMessage |
ValidationMessageFactory.createWarning(Element element,
String format,
Object... args) |
Modifier and Type | Method | Description |
---|---|---|
Collection<ValidationMessage> |
IdLengthValidator.validate(MessageInterface messageInterface) |
|
Collection<ValidationMessage> |
IdRangeValidator.validate(MessageInterface messageInterface) |
|
Collection<ValidationMessage> |
MessageIdValidator.validate(MessageInterface messageInterface,
MessageMethod messageMethod) |
|
Collection<ValidationMessage> |
Validator.validate(MessageInterface messageInterface) |
Validates the message interface and returns a collection of validation messages or an empty collection.
|
Copyright © 2018. All rights reserved.