| com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
LeafBeanInfoImpl | final class LeafBeanInfoImpl extends JaxBeanInfo (Code) | | JaxBeanInfo implementation for immutable leaf classes.
Leaf classes are always bound to a text and they are often immutable.
The JAXB spec allows this binding for a few special Java classes plus
type-safe enums.
This implementation obtains necessary information from
RuntimeLeafInfo .
author: Kohsuke Kawaguchi |
getElementLocalName | final public String getElementLocalName(BeanT _)(Code) | | |
getElementNamespaceURI | final public String getElementNamespaceURI(BeanT _)(Code) | | |
getTypeName | public QName getTypeName(BeanT instance)(Code) | | |
serializeAttributes | final public void serializeAttributes(BeanT bean, XMLSerializer target)(Code) | | |
|
|