|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface TypeCreator
Method Summary | |
---|---|
Type
|
createType(Method m, int index)
|
Type
|
createType(PropertyDescriptor pd)
|
Type
|
createType(Field f)
|
Type
|
createType(java.lang.Class clazz)
|
QName
|
getElementName(Method m, int index)
Get the mapped name of a method parameter. |
TypeCreator
|
getParent()
|
void
|
setParent(TypeCreator creator)
|
void
|
setTypeMapping(TypeMapping typeMapping)
|
Method Detail |
---|
public Type createType(Method m, int index)
public Type createType(PropertyDescriptor pd)
public Type createType(Field f)
public Type createType(java.lang.Class clazz)
public QName getElementName(Method m, int index)
public TypeCreator getParent()
public void setParent(TypeCreator creator)
public void setTypeMapping(TypeMapping typeMapping)
Groovy Documentation