Package | Description |
---|---|
org.mapstruct.ap.internal.util |
Several helper types dealing with collection types, option management etc.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message[] |
Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattingMessager.note(int level,
Message log,
Object... args)
Just log as plain note
|
void |
FormattingMessager.printMessage(Element e,
AnnotationMirror a,
AnnotationValue v,
Message msg,
Object... args)
Prints a message of the specified kind at the location of the
annotation value inside the annotation positionHint of the annotated
element.
|
void |
FormattingMessager.printMessage(Element e,
AnnotationMirror a,
Message msg,
Object... args)
Prints a message of the specified kind at the location of the
annotation positionHint of the annotated element.
|
void |
FormattingMessager.printMessage(Element e,
Message msg,
Object... args)
Prints a message of the specified kind at the location of the
element.
|
void |
FormattingMessager.printMessage(Message msg,
Object... args)
Prints a message of the specified kind.
|
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.