public class MapMapping extends Object
@MapMapping.| Modifier and Type | Method and Description |
|---|---|
static MapMapping |
fromPrism(org.mapstruct.ap.internal.prism.MapMappingPrism mapMapping,
ExecutableElement method,
FormattingMessager messager) |
String |
getKeyFormat() |
SelectionParameters |
getKeySelectionParameters() |
AnnotationMirror |
getMirror() |
org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism |
getNullValueMappingStrategy() |
String |
getValueFormat() |
SelectionParameters |
getValueSelectionParameters() |
public static MapMapping fromPrism(org.mapstruct.ap.internal.prism.MapMappingPrism mapMapping, ExecutableElement method, FormattingMessager messager)
public String getKeyFormat()
public SelectionParameters getKeySelectionParameters()
public String getValueFormat()
public SelectionParameters getValueSelectionParameters()
public AnnotationMirror getMirror()
public org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism getNullValueMappingStrategy()
Copyright © 2012–2016. All rights reserved.