Uses of Class
org.mapstruct.ap.internal.model.source.MappingMethodOptions
Packages that use MappingMethodOptions
Package
Description
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
Meta-model of mapper types, their methods, mappings between properties etc.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
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 -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return MappingMethodOptions -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return MappingMethodOptionsModifier and TypeMethodDescriptionstatic MappingMethodOptionsMappingMethodOptions.empty()creates empty mapping optionsstatic MappingMethodOptionsMappingMethodOptions.getForgedMethodInheritedOptions(MappingMethodOptions options) SubclassMappingOptions are not inherited to forged methods.Method.getOptions()SourceMethod.getOptions()static MappingMethodOptionsMappingMethodOptions.getSubclassForgedMethodInheritedOptions(MappingMethodOptions options) Methods in org.mapstruct.ap.internal.model.source with parameters of type MappingMethodOptionsModifier and TypeMethodDescriptionstatic MappingMethodOptionsMappingMethodOptions.getForgedMethodInheritedOptions(MappingMethodOptions options) SubclassMappingOptions are not inherited to forged methods.static MappingMethodOptionsMappingMethodOptions.getSubclassForgedMethodInheritedOptions(MappingMethodOptions options) -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model.source.builtin
Methods in org.mapstruct.ap.internal.model.source.builtin that return MappingMethodOptions