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(Object id)
    • Method Detail

      • 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

Copyright © 2012 FasterXML. All Rights Reserved.