public final class ValidationMessageFactory extends Object
Modifier and Type | Method | Description |
---|---|---|
static ValidationMessage |
createError(Element element,
String message) |
|
static ValidationMessage |
createError(Element element,
String format,
Object... args) |
|
static ValidationMessage |
createError(Element element,
AnnotationMirror annotationMirror,
String message) |
|
static ValidationMessage |
createError(Element element,
AnnotationMirror annotationMirror,
String format,
Object... args) |
|
static ValidationMessage |
createError(Element element,
AnnotationMirror annotationMirror,
AnnotationValue annotationValue,
String message) |
|
static ValidationMessage |
createError(Element element,
AnnotationMirror annotationMirror,
AnnotationValue annotationValue,
String format,
Object... args) |
|
static ValidationMessage |
createWarning(Element element,
String message) |
|
static ValidationMessage |
createWarning(Element element,
String format,
Object... args) |
public static ValidationMessage createError(Element element, String message)
public static ValidationMessage createError(Element element, String format, Object... args)
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String message)
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String format, Object... args)
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message)
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args)
public static ValidationMessage createWarning(Element element, String message)
public static ValidationMessage createWarning(Element element, String format, Object... args)
Copyright © 2018. All rights reserved.