public class IterableMapping extends Object
@IterableMapping
.Modifier and Type | Method and Description |
---|---|
static IterableMapping |
fromPrism(org.mapstruct.ap.internal.prism.IterableMappingPrism iterableMapping,
ExecutableElement method,
FormattingMessager messager) |
String |
getDateFormat() |
AnnotationValue |
getDateFormatAnnotationValue() |
AnnotationMirror |
getMirror() |
org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism |
getNullValueMappingStrategy() |
List<TypeMirror> |
getQualifiers() |
TypeMirror |
getQualifyingElementTargetType() |
public static IterableMapping fromPrism(org.mapstruct.ap.internal.prism.IterableMappingPrism iterableMapping, ExecutableElement method, FormattingMessager messager)
public String getDateFormat()
public List<TypeMirror> getQualifiers()
public TypeMirror getQualifyingElementTargetType()
public AnnotationMirror getMirror()
public AnnotationValue getDateFormatAnnotationValue()
public org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism getNullValueMappingStrategy()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.