Uses of Enum
org.mapstruct.ap.internal.util.Message
Packages that use Message
Package
Description
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
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 MessageModifier and TypeMethodDescriptionvoidvoidMapperAnnotatedFormattingMessenger.printMessage(Element e, AnnotationMirror a, AnnotationValue v, Message msg, Object... args) voidMapperAnnotatedFormattingMessenger.printMessage(Element e, AnnotationMirror a, Message msg, Object... args) voidMapperAnnotatedFormattingMessenger.printMessage(Element e, Message msg, Object... args) voidMapperAnnotatedFormattingMessenger.printMessage(Message msg, Object... args) -
Uses of Message in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return MessageModifier and TypeMethodDescriptionstatic MessageReturns 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 MessageModifier and TypeMethodDescriptionvoidJust log as plain notevoidFormattingMessager.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.voidFormattingMessager.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.voidFormattingMessager.printMessage(Element e, Message msg, Object... args) Prints a message of the specified kind at the location of the element.voidFormattingMessager.printMessage(Message msg, Object... args) Prints a message of the specified kind.