com.fasterxml.jackson.databind.deser.impl

Class ObjectIdReader

    • Method Detail

      • getIdType

        public JavaType getIdType()
      • maySerializeAsObject

        public boolean maySerializeAsObject()
        Convenience method, equivalent to calling: readerInstance.generator.maySerializeAsObject(); and used to determine whether Object Ids handled by the underlying generator may be in form of (JSON) Objects. Used for optimizing handling in cases where method returns false.
        Since:
        2.5
      • isValidReferencePropertyName

        public boolean isValidReferencePropertyName(String name,
                                                    com.fasterxml.jackson.core.JsonParser parser)
        Convenience method, equivalent to calling: readerInstance.generator.isValidReferencePropertyName(name, parser); and used to determine whether Object Ids handled by the underlying generator may be in form of (JSON) Objects. Used for optimizing handling in cases where method returns false.
        Since:
        2.5
      • readObjectReference

        public Object readObjectReference(com.fasterxml.jackson.core.JsonParser jp,
                                          DeserializationContext ctxt)
                                   throws IOException
        Method called to read value that is expected to be an Object Reference (that is, value of an Object Id used to refer to another object).
        Throws:
        IOException
        Since:
        2.3

Copyright © 2008–2022 FasterXML. All rights reserved.