com.fasterxml.jackson.databind.deser.impl

Class ReadableObjectId



  • public class ReadableObjectId
    extends Object
    Simple value container for containing information about single Object Id during deserialization
    • Constructor Detail

      • ReadableObjectId

        public ReadableObjectId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey key)
    • Method Detail

      • setResolver

        public void setResolver(com.fasterxml.jackson.annotation.ObjectIdResolver resolver)
      • getKey

        public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey getKey()
      • bindItem

        public void bindItem(Object ob)
                      throws IOException
        Method called to assign actual POJO to which ObjectId refers to: will also handle referring properties, if any, by assigning POJO.
        Throws:
        IOException
      • resolve

        public Object resolve()
      • hasReferringProperties

        public boolean hasReferringProperties()

Copyright © 2014 FasterXML. All Rights Reserved.