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.

    Author:

    Kohsuke Kawaguchi

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean useNamespace()
      void declareNamespace(BeanT bean, XMLSerializer w)
      String print(BeanT o)
      void parse(BeanT bean, CharSequence lexical)
      boolean hasValue(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