com.fasterxml.jackson.databind.util

Class ObjectIdMap

    • Constructor Detail

      • ObjectIdMap

        public ObjectIdMap()
    • Method Detail

      • findId

        public Object findId(Object pojo)
        Method that is called to figure out whether we have already seen given POJO: if yes, we will return its id (first looking it up as necessary); if not, we will mark down that we have seen it but return null.

Copyright © 2012-2014 FasterXML. All Rights Reserved.