Class TypeNameIdResolver

    • Field Detail

      • _typeToId

        protected final ConcurrentHashMap<String,​String> _typeToId
        Mappings from class name to type id, used for serialization.

        Since lazily constructed will require synchronization (either internal by type, or external)

      • _idToType

        protected final Map<String,​JavaType> _idToType
        Mappings from type id to JavaType, used for deserialization.

        Eagerly constructed, not modified, can use regular unsynchronized Map.

      • _caseInsensitive

        protected final boolean _caseInsensitive
        Since:
        2.11