com.fasterxml.jackson.databind.deser

Class UnresolvedId

    • Constructor Detail

      • UnresolvedId

        public UnresolvedId(Object id,
                            Class<?> type,
                            com.fasterxml.jackson.core.JsonLocation where)
    • Method Detail

      • getId

        public Object getId()
        The id which is unresolved.
      • getType

        public Class<?> getType()
        The type of object which was expected.
      • getLocation

        public com.fasterxml.jackson.core.JsonLocation getLocation()

Copyright © 2008–2022 FasterXML. All rights reserved.