Uses of Class
org.mapstruct.ap.internal.model.source.MappingMethodOptions
-
Packages that use MappingMethodOptions Package Description org.mapstruct.ap.internal.conversion Provides built-in conversions between primitive and wrapper types, strings, dates etc.org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.model.source.builtin Contains "built-in methods" which may be added as private methods to a generated mapper. -
-
Uses of MappingMethodOptions in org.mapstruct.ap.internal.conversion
Methods in org.mapstruct.ap.internal.conversion that return MappingMethodOptions Modifier and Type Method Description MappingMethodOptions
CreateDecimalFormat. getOptions()
-
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return MappingMethodOptions Modifier and Type Method Description MappingMethodOptions
ForgedMethod. getOptions()
-
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return MappingMethodOptions Modifier and Type Method Description static MappingMethodOptions
MappingMethodOptions. empty()
creates empty mapping optionsstatic MappingMethodOptions
MappingMethodOptions. getForgedMethodInheritedOptions(MappingMethodOptions options)
SubclassMappingOptions are not inherited to forged methods.MappingMethodOptions
Method. getOptions()
MappingMethodOptions
SourceMethod. getOptions()
Methods in org.mapstruct.ap.internal.model.source with parameters of type MappingMethodOptions Modifier and Type Method Description static MappingMethodOptions
MappingMethodOptions. getForgedMethodInheritedOptions(MappingMethodOptions options)
SubclassMappingOptions are not inherited to forged methods. -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model.source.builtin
Methods in org.mapstruct.ap.internal.model.source.builtin that return MappingMethodOptions Modifier and Type Method Description MappingMethodOptions
BuiltInMethod. getOptions()
-