public class IterableMappingOptions extends DelegatingOptions
@IterableMapping
.Modifier and Type | Method and Description |
---|---|
static IterableMappingOptions |
fromGem(org.mapstruct.ap.internal.gem.IterableMappingGem iterableMapping,
MapperOptions mappperOptions,
ExecutableElement method,
FormattingMessager messager,
Types typeUtils) |
MappingControl |
getElementMappingControl(Elements elementUtils) |
FormattingParameters |
getFormattingParameters() |
AnnotationMirror |
getMirror() |
org.mapstruct.ap.internal.gem.NullValueMappingStrategyGem |
getNullValueMappingStrategy() |
SelectionParameters |
getSelectionParameters() |
boolean |
hasAnnotation() |
componentModel, getBuilder, getCollectionMappingStrategy, getInjectionStrategy, getMappingControl, getMappingInheritanceStrategy, getNullValueCheckStrategy, getNullValuePropertyMappingStrategy, getUnexpectedValueMappingException, implementationName, implementationPackage, imports, isDisableSubMappingMethodsGeneration, toDeclaredTypes, typeConversionPolicy, unmappedSourcePolicy, unmappedTargetPolicy, uses
public static IterableMappingOptions fromGem(org.mapstruct.ap.internal.gem.IterableMappingGem iterableMapping, MapperOptions mappperOptions, ExecutableElement method, FormattingMessager messager, Types typeUtils)
public SelectionParameters getSelectionParameters()
public FormattingParameters getFormattingParameters()
public AnnotationMirror getMirror()
public org.mapstruct.ap.internal.gem.NullValueMappingStrategyGem getNullValueMappingStrategy()
getNullValueMappingStrategy
in class DelegatingOptions
public MappingControl getElementMappingControl(Elements elementUtils)
public boolean hasAnnotation()
hasAnnotation
in class DelegatingOptions
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.