Uses of Class
org.mapstruct.ap.internal.util.Message
-
Packages that use Message Package Description org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
-
Uses of Message in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type Message Modifier and Type Method Description void
MapperAnnotatedFormattingMessenger. note(int level, Message log, Object... args)
void
MapperAnnotatedFormattingMessenger. printMessage(Element e, AnnotationMirror a, AnnotationValue v, Message msg, Object... args)
void
MapperAnnotatedFormattingMessenger. printMessage(Element e, AnnotationMirror a, Message msg, Object... args)
void
MapperAnnotatedFormattingMessenger. printMessage(Element e, Message msg, Object... args)
void
MapperAnnotatedFormattingMessenger. printMessage(Message msg, Object... args)
-
Uses of Message in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return Message Modifier and Type Method 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.Methods in org.mapstruct.ap.internal.util with parameters of type Message Modifier and Type Method Description void
FormattingMessager. note(int level, Message log, Object... args)
Just log as plain notevoid
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.
-