| com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
Method Summary | |
protected void | checkFieldXmlLocation(Field f) | protected AccessorFactory | createAccessorFactory(Class clazz) | public RuntimePropertySeed | createAccessorSeed(Method getter, Method setter) | protected AttributePropertyInfoImpl | createAttributeProperty(PropertySeed<Type, Class, Field, Method> seed) | protected ElementPropertyInfoImpl | createElementProperty(PropertySeed<Type, Class, Field, Method> seed) | protected RuntimePropertySeed | createFieldSeed(Field field) | protected MapPropertyInfoImpl | createMapProperty(PropertySeed<Type, Class, Field, Method> seed) | protected ReferencePropertyInfoImpl | createReferenceProperty(PropertySeed<Type, Class, Field, Method> seed) | protected ValuePropertyInfoImpl | createValueProperty(PropertySeed<Type, Class, Field, Method> seed) | protected XmlAccessorFactory | findXmlAccessorFactoryAnnotation(Class clazz) | public Accessor<B, Map<QName, String>> | getAttributeWildcard() | final public RuntimeClassInfoImpl | getBaseClass() | public Method | getFactoryMethod() | public Accessor<?, Locator> | getLocatorField() | public List<? extends RuntimePropertyInfo> | getProperties() | public RuntimePropertyInfo | getProperty(String name) | public Transducer | getTransducer() | public void | link() |
checkFieldXmlLocation | protected void checkFieldXmlLocation(Field f)(Code) | | |
createAccessorSeed | public RuntimePropertySeed createAccessorSeed(Method getter, Method setter)(Code) | | |
createFieldSeed | protected RuntimePropertySeed createFieldSeed(Field field)(Code) | | |
|
|