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() |
List<TypeMirror> |
getKeyQualifiers() |
TypeMirror |
getKeyQualifyingTargetType() |
AnnotationMirror |
getMirror() |
org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism |
getNullValueMappingStrategy() |
String |
getValueFormat() |
List<TypeMirror> |
getValueQualifiers() |
TypeMirror |
getValueQualifyingTargetType() |
public static MapMapping fromPrism(org.mapstruct.ap.internal.prism.MapMappingPrism mapMapping, ExecutableElement method, FormattingMessager messager)
public String getKeyFormat()
public List<TypeMirror> getKeyQualifiers()
public TypeMirror getKeyQualifyingTargetType()
public String getValueFormat()
public List<TypeMirror> getValueQualifiers()
public TypeMirror getValueQualifyingTargetType()
public AnnotationMirror getMirror()
public org.mapstruct.ap.internal.prism.NullValueMappingStrategyPrism getNullValueMappingStrategy()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.