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.Fields in org.mapstruct.ap.internal.model.source declared as DelegatingOptions Modifier and Type Field Description private DelegatingOptionsDelegatingOptions. nextMethods in org.mapstruct.ap.internal.model.source that return DelegatingOptions Modifier and Type Method Description (package private) DelegatingOptionsDelegatingOptions. next()Methods in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptions Modifier and Type Method Description static BeanMappingOptionsBeanMappingOptions. empty(DelegatingOptions delegatingOptions)Constructors in org.mapstruct.ap.internal.model.source with parameters of type DelegatingOptions Constructor Description BeanMappingOptions(SelectionParameters selectionParameters, java.util.List<java.lang.String> ignoreUnmappedSourceProperties, BeanMappingGem beanMapping, DelegatingOptions next)DelegatingOptions(DelegatingOptions next)EnumMappingOptions(EnumMappingGem enumMapping, boolean inverse, boolean valid, DelegatingOptions next)IterableMappingOptions(FormattingParameters formattingParameters, SelectionParameters selectionParameters, IterableMappingGem iterableMapping, DelegatingOptions next)MapMappingOptions(FormattingParameters keyFormatting, SelectionParameters keySelectionParameters, FormattingParameters valueFormatting, SelectionParameters valueSelectionParameters, MapMappingGem mapMapping, DelegatingOptions next)MapperConfigOptions(MapperConfigGem mapperConfig, DelegatingOptions next)MapperOptions(MapperGem mapper, javax.lang.model.type.DeclaredType mapperConfigType, DelegatingOptions next)MappingOptions(java.lang.String targetName, javax.lang.model.element.Element element, javax.lang.model.element.AnnotationValue targetAnnotationValue, java.lang.String sourceName, javax.lang.model.element.AnnotationValue sourceAnnotationValue, java.lang.String constant, java.lang.String javaExpression, java.lang.String defaultJavaExpression, java.lang.String conditionJavaExpression, java.lang.String defaultValue, boolean isIgnored, FormattingParameters formattingParameters, SelectionParameters selectionParameters, java.util.Set<java.lang.String> dependsOn, MappingGem mapping, MappingOptions.InheritContext inheritContext, DelegatingOptions next)SubclassMappingOptions(javax.lang.model.type.TypeMirror source, javax.lang.model.type.TypeMirror target, TypeUtils typeUtils, DelegatingOptions next)
-