Uses of Class
org.mapstruct.ap.internal.model.source.DelegatingOptions
Packages that use DelegatingOptions
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
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 DelegatingOptionsModifier and TypeMethodDescriptionPropertyMapping.PropertyMappingBuilder.options(DelegatingOptions options) -
Uses of DelegatingOptions in org.mapstruct.ap.internal.model.source
Subclasses of DelegatingOptions in org.mapstruct.ap.internal.model.sourceModifier and TypeClassDescriptionclassRepresents an bean mapping as configured via@BeanMapping.classclassRepresents an enum mapping as configured via@EnumMapping.classRepresents an iterable mapping as configured via@IterableMapping.classRepresents a map mapping as configured via@MapMapping.classclassclassRepresents a property mapping as configured via@Mapping(no intermediate state).classRepresents a subclass mapping as configured via@SubclassMapping.Methods in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptionsModifier and TypeMethodDescriptionstatic BeanMappingOptionsBeanMappingOptions.empty(DelegatingOptions delegatingOptions) Constructors in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptionsModifierConstructorDescriptionSubclassMappingOptions(TypeMirror source, TypeMirror target, TypeUtils typeUtils, DelegatingOptions next, SelectionParameters selectionParameters, org.mapstruct.ap.internal.gem.SubclassMappingGem subclassMapping)