Interface ResolvableDeserializer

    • Method Detail

      • resolve

        void resolve​(DeserializationContext ctxt)
              throws JsonMappingException
        Method called after deserializer instance has been constructed (and registered as necessary by provider objects), but before it has returned it to the caller. Called object can then resolve its dependencies to other types, including self-references (direct or indirect).
        Parameters:
        ctxt - Context to use for accessing configuration, resolving secondary deserializers
        Throws:
        JsonMappingException