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.PropertyMappingBuilderPropertyMapping.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 classBeanMappingOptionsRepresents an bean mapping as configured via@BeanMapping.classDefaultOptionsclassEnumMappingOptionsclassIterableMappingOptionsRepresents an iterable mapping as configured via@IterableMapping.classMapMappingOptionsRepresents a map mapping as configured via@MapMapping.classMapperConfigOptionsclassMapperOptionsclassMappingOptionsRepresents a property mapping as configured via@Mapping(no intermediate state).classSubclassMappingOptionsRepresents a subclass mapping as configured via@SubclassMapping.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)
-