public static final class IntrospectionHelper.Creator
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | create()Create an object using this creator, which is determined by introspection. | 
| java.lang.Object | getRealObject() | 
| void | setPolyType(java.lang.String polyType)Used to override the class used to create the object. | 
| void | store()Stores the nested element object using a storage method determined by introspection. | 
public void setPolyType(java.lang.String polyType)
polyType - a ant component type namepublic java.lang.Object create()
public java.lang.Object getRealObject()
public void store()