|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface NameAwareMarshaller
Specialized ObjectMarshaller which defines the Tag Name for XML Conversion.
Method Summary | |
---|---|
java.lang.String
|
getElementName(java.lang.Object o)
Returns the tag name for the object |
Method Detail |
---|
public java.lang.String getElementName(java.lang.Object o)
o
- the object
Groovy Documentation