com.thoughtworks.xstream.alias
Interface DefaultCollectionLookup
- public interface DefaultCollectionLookup
A default collection is a special field of an object where any child nodes that do not match with fields will be added.
- Author:
- Joe Walnes
Method Summary |
java.lang.String |
getDefaultCollectionField(java.lang.Class type)
Get the name of the field that acts as the default collection for an object, or return null if there is none. |
getDefaultCollectionField
public java.lang.String getDefaultCollectionField(java.lang.Class type)
- Get the name of the field that acts as the default collection for an object, or return null if there is none.
Joe Walnes, http://xstream.codehaus.org/