Class SimpleListDeserializerFactory

All Implemented Interfaces:
Serializable, DeserializerFactory, DeserializerFactory

public class SimpleListDeserializerFactory extends BaseDeserializerFactory
DeserializerFactory for invalid input: '<'xsd:simpleType ...> invalid input: '<'xsd:list itemType="..."> invalid input: '<'/xsd:simpleType> based on SimpleDeserializerFactory
Author:
Ias (iasandcb@tmax.co.kr)
See Also:
  • Constructor Details

    • SimpleListDeserializerFactory

      public SimpleListDeserializerFactory(Class javaType, QName xmlType)
      Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.
  • Method Details