public class Method extends Object
| Constructor and Description |
|---|
Method(Type declaringMapper,
ExecutableElement executable,
String parameterName,
Type sourceType,
Type targetType,
List<MappedProperty> mappedProperties) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getDeclaringMapper() |
ExecutableElement |
getExecutable() |
List<MappedProperty> |
getMappedProperties() |
String |
getName() |
String |
getParameterName() |
Type |
getSourceType() |
Type |
getTargetType() |
boolean |
reverses(Method method) |
String |
toString() |
public Method(Type declaringMapper, ExecutableElement executable, String parameterName, Type sourceType, Type targetType, List<MappedProperty> mappedProperties)
public Type getDeclaringMapper()
public ExecutableElement getExecutable()
public String getName()
public String getParameterName()
public Type getSourceType()
public Type getTargetType()
public List<MappedProperty> getMappedProperties()
public boolean reverses(Method method)
Copyright © 2012-2013. All Rights Reserved.