public class ValueMapping extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ValueMapping |
fromMappingPrism(org.mapstruct.ap.internal.prism.ValueMappingPrism mappingPrism,
ExecutableElement element,
FormattingMessager messager) |
static void |
fromMappingsPrism(org.mapstruct.ap.internal.prism.ValueMappingsPrism mappingsAnnotation,
ExecutableElement method,
FormattingMessager messager,
List<ValueMapping> mappings) |
AnnotationMirror |
getMirror() |
String |
getSource() |
AnnotationValue |
getSourceAnnotationValue() |
String |
getTarget() |
AnnotationValue |
getTargetAnnotationValue() |
int |
hashCode() |
ValueMapping |
reverse() |
public static void fromMappingsPrism(org.mapstruct.ap.internal.prism.ValueMappingsPrism mappingsAnnotation, ExecutableElement method, FormattingMessager messager, List<ValueMapping> mappings)
public static ValueMapping fromMappingPrism(org.mapstruct.ap.internal.prism.ValueMappingPrism mappingPrism, ExecutableElement element, FormattingMessager messager)
public String getSource()
public String getTarget()
public AnnotationMirror getMirror()
public AnnotationValue getSourceAnnotationValue()
public AnnotationValue getTargetAnnotationValue()
public ValueMapping reverse()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.