public class MappingMethod extends Object
| Constructor and Description |
|---|
MappingMethod(Type declaringMapper,
String name,
String parameterName) |
MappingMethod(Type declaringMapper,
String name,
String parameterName,
MappingMethod elementMappingMethod) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getDeclaringMapper() |
MappingMethod |
getElementMappingMethod() |
String |
getName() |
String |
getParameterName() |
boolean |
isGenerationRequired() |
String |
toString() |
public MappingMethod(Type declaringMapper, String name, String parameterName, MappingMethod elementMappingMethod)
public Type getDeclaringMapper()
public String getName()
public String getParameterName()
public MappingMethod getElementMappingMethod()
public boolean isGenerationRequired()
Copyright © 2012-2013. All Rights Reserved.