Uses of Class
org.mapstruct.ap.internal.model.source.DelegatingOptions
-
Packages that use DelegatingOptions Package Description 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. -
-
Uses of DelegatingOptions in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type DelegatingOptions Modifier and Type Method Description PropertyMapping.PropertyMappingBuilder
PropertyMapping.PropertyMappingBuilder. options(DelegatingOptions options)
-
Uses of DelegatingOptions in org.mapstruct.ap.internal.model.source
Subclasses of DelegatingOptions in org.mapstruct.ap.internal.model.source Modifier and Type Class Description class
BeanMappingOptions
Represents an bean mapping as configured via@BeanMapping
.class
DefaultOptions
class
EnumMappingOptions
class
IterableMappingOptions
Represents an iterable mapping as configured via@IterableMapping
.class
MapMappingOptions
Represents a map mapping as configured via@MapMapping
.class
MapperConfigOptions
class
MapperOptions
class
MappingOptions
Represents a property mapping as configured via@Mapping
(no intermediate state).class
SubclassMappingOptions
Represents a subclass mapping as configured via@SubclassMapping
.Methods in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptions Modifier and Type Method Description static BeanMappingOptions
BeanMappingOptions. empty(DelegatingOptions delegatingOptions)
Constructors in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptions Constructor Description DelegatingOptions(DelegatingOptions next)
SubclassMappingOptions(TypeMirror source, TypeMirror target, TypeUtils typeUtils, DelegatingOptions next, SelectionParameters selectionParameters, org.mapstruct.ap.internal.gem.SubclassMappingGem subclassMapping)
-