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) |
FormattingParameters |
getKeyFormattingParameters() |
SelectionParameters |
getKeySelectionParameters() |
AnnotationMirror |
getMirror() |
org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism |
getNullValueMappingStrategy() |
FormattingParameters |
getValueFormattingParameters() |
SelectionParameters |
getValueSelectionParameters() |
public static MapMapping fromPrism(org.mapstruct.ap.internal.prism.MapMappingPrism mapMapping, ExecutableElement method, FormattingMessager messager)
public FormattingParameters getKeyFormattingParameters()
public SelectionParameters getKeySelectionParameters()
public FormattingParameters getValueFormattingParameters()
public SelectionParameters getValueSelectionParameters()
public AnnotationMirror getMirror()
public org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism getNullValueMappingStrategy()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.