Class IdentityDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider

    public class IdentityDeserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<java.util.List<Identity>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        com.fasterxml.jackson.databind.JsonDeserializer.None
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.fasterxml.jackson.databind.ObjectMapper mapper  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Identity> deserialize​(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)  
      private java.util.List<Identity> parseIdentities​(com.fasterxml.jackson.databind.JsonNode node)  
      private java.util.List<Method> parseMethods​(com.fasterxml.jackson.databind.JsonNode methodsNode)  
      private Identity parseSingleIdentity​(com.fasterxml.jackson.databind.JsonNode node)  
      private java.util.List<BomReference> parseTools​(com.fasterxml.jackson.databind.JsonNode toolsNode)  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapper

        private final com.fasterxml.jackson.databind.ObjectMapper mapper
    • Constructor Detail

      • IdentityDeserializer

        public IdentityDeserializer()
    • Method Detail

      • deserialize

        public java.util.List<Identity> deserialize​(com.fasterxml.jackson.core.JsonParser jsonParser,
                                                    com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
                                             throws java.io.IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.util.List<Identity>>
        Throws:
        java.io.IOException
      • parseIdentities

        private java.util.List<Identity> parseIdentities​(com.fasterxml.jackson.databind.JsonNode node)
      • parseSingleIdentity

        private Identity parseSingleIdentity​(com.fasterxml.jackson.databind.JsonNode node)
      • parseMethods

        private java.util.List<Method> parseMethods​(com.fasterxml.jackson.databind.JsonNode methodsNode)
      • parseTools

        private java.util.List<BomReference> parseTools​(com.fasterxml.jackson.databind.JsonNode toolsNode)