Class CastorEnumTypeDeserializer

    • Field Detail

      • xmlType

        public QName xmlType
      • javaType

        public java.lang.Class javaType
    • Constructor Detail

      • CastorEnumTypeDeserializer

        public CastorEnumTypeDeserializer​(java.lang.Class javaType,
                                          QName xmlType)
    • Method Detail

      • onEndElement

        public void onEndElement​(java.lang.String namespace,
                                 java.lang.String localName,
                                 DeserializationContext context)
                          throws org.xml.sax.SAXException
        Description copied from class: DeserializerImpl
        onEndElement is called by endElement. It is not called if the element has an href.
        Specified by:
        onEndElement in interface Deserializer
        Overrides:
        onEndElement in class DeserializerImpl
        Parameters:
        namespace - is the namespace of the child element
        localName - is the local name of the child element
        context - is the deserialization context
        Throws:
        org.xml.sax.SAXException