public class Mapping extends Object
@Mapping.| Constructor and Description |
|---|
Mapping(String sourceName,
String targetName,
AnnotationMirror mirror,
AnnotationValue sourceAnnotationValue,
AnnotationValue targetAnnotationValue) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationMirror |
getMirror() |
AnnotationValue |
getSourceAnnotationValue() |
String |
getSourceName() |
AnnotationValue |
getTargetAnnotationValue() |
String |
getTargetName() |
String |
toString() |
public Mapping(String sourceName, String targetName, AnnotationMirror mirror, AnnotationValue sourceAnnotationValue, AnnotationValue targetAnnotationValue)
public String getSourceName()
public String getTargetName()
public AnnotationMirror getMirror()
public AnnotationValue getSourceAnnotationValue()
public AnnotationValue getTargetAnnotationValue()
Copyright © 2012-2013. All Rights Reserved.