Class CustomAttributeDeserializerWithRootName

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable, Constants

    public class CustomAttributeDeserializerWithRootName
    extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Attribute>
    implements Constants
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomAttributeDeserializerWithRootName

        public CustomAttributeDeserializerWithRootName()
      • CustomAttributeDeserializerWithRootName

        public CustomAttributeDeserializerWithRootName​(Class<?> vc)
    • Method Detail

      • deserialize

        public Attribute deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                     com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
                              throws IOException,
                                     com.fasterxml.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Attribute>
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • deserialize

        public Attribute deserialize​(com.fasterxml.jackson.databind.JsonNode node,
                                     com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
                              throws IOException,
                                     com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • deserialize

        public Attribute deserialize​(QualifiedName elementName,
                                     com.fasterxml.jackson.databind.JsonNode vObj,
                                     com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
                              throws IOException,
                                     com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException