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() |
SelectionParameters |
getSelectionParameters() |
public static IterableMapping fromPrism(org.mapstruct.ap.internal.prism.IterableMappingPrism iterableMapping, ExecutableElement method, FormattingMessager messager)
public String getDateFormat()
public SelectionParameters getSelectionParameters()
public AnnotationMirror getMirror()
public AnnotationValue getDateFormatAnnotationValue()
public org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism getNullValueMappingStrategy()
Copyright © 2012–2016. All rights reserved.