Class ListTransducedAccessorImpl
-
- All Implemented Interfaces:
public final class ListTransducedAccessorImpl<BeanT, ListT, ItemT, PackT> extends DefaultTransducedAccessor<T>TransducedAccessor for a list simple type.
SDCri: This class is modified from the jaxb-runtime-4.0.5, which incorrectly splits lists on characters other than space (0x20), violating the XML Schema 1.0 specification.
Kohsuke Kawaguchi
-
-
Method Summary
Modifier and Type Method Description booleanuseNamespace()voiddeclareNamespace(BeanT bean, XMLSerializer w)Stringprint(BeanT o)voidparse(BeanT bean, CharSequence lexical)booleanhasValue(BeanT bean)-
Methods inherited from class org.glassfish.jaxb.runtime.v2.runtime.reflect.DefaultTransducedAccessor
writeLeafElement, writeText -
Methods inherited from class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
get, print -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
useNamespace
boolean useNamespace()
-
declareNamespace
void declareNamespace(BeanT bean, XMLSerializer w)
-
parse
void parse(BeanT bean, CharSequence lexical)
-
-
-
-