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.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. -
-
Uses of MappingMethodOptions in org.mapstruct.ap.internal.conversion
Methods in org.mapstruct.ap.internal.conversion that return MappingMethodOptions Modifier and Type Method Description MappingMethodOptionsCreateDecimalFormat. getOptions() -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as MappingMethodOptions Modifier and Type Field Description private MappingMethodOptionsForgedMethod. optionsMethods in org.mapstruct.ap.internal.model that return MappingMethodOptions Modifier and Type Method Description MappingMethodOptionsForgedMethod. getOptions() -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as MappingMethodOptions Modifier and Type Field Description private static MappingMethodOptionsMappingMethodOptions. EMPTYprivate MappingMethodOptionsSourceMethod. mappingMethodOptionsMethods in org.mapstruct.ap.internal.model.source that return MappingMethodOptions Modifier and Type Method Description static MappingMethodOptionsMappingMethodOptions. empty()creates empty mapping optionsstatic MappingMethodOptionsMappingMethodOptions. getForgedMethodInheritedOptions(MappingMethodOptions options)SubclassMappingOptions are not inherited to forged methods.MappingMethodOptionsMethod. getOptions()MappingMethodOptionsSourceMethod. getOptions()Methods in org.mapstruct.ap.internal.model.source with parameters of type MappingMethodOptions Modifier and Type Method Description static MappingMethodOptionsMappingMethodOptions. getForgedMethodInheritedOptions(MappingMethodOptions options)SubclassMappingOptions are not inherited to forged methods.Constructors in org.mapstruct.ap.internal.model.source with parameters of type MappingMethodOptions Constructor Description SourceMethod(SourceMethod.Builder builder, MappingMethodOptions mappingMethodOptions) -
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 MappingMethodOptionsBuiltInMethod. getOptions() -
Uses of MappingMethodOptions in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type MappingMethodOptions Modifier and Type Method Description private <M extends ContainerMappingMethod>
MMapperCreationProcessor. createWithElementMappingMethod(SourceMethod method, MappingMethodOptions mappingMethodOptions, ContainerMappingMethodBuilder<?,M> builder)
-