com.sun.xml.bind.v2.model.runtime
public interface RuntimeClassInfo extends ClassInfo<Type,Class>, RuntimeNonElement
Method Summary | |
---|---|
<BeanT> Accessor<BeanT,Map<QName,String>> | getAttributeWildcard()
If RuntimeClassInfo is true,
returns the accessor to access the property.
|
RuntimeClassInfo | getBaseClass() |
Method | getFactoryMethod() |
<BeanT> Accessor<BeanT,Locator> | getLocatorField()
If this JAXB bean has a property annotated with XmlLocation,
this method returns it.
|
List<? extends RuntimePropertyInfo> | getProperties() |
RuntimePropertyInfo | getProperty(String name) |
Returns: unoptimized accessor. non-null iff RuntimeClassInfo==true.
See Also: Accessor
Returns: may be null.