Class InvalidTypeIdException

    • Field Detail

      • _baseType

        protected final JavaType _baseType
        Basetype for which subtype was to be resolved
      • _typeId

        protected final String _typeId
        Type id that failed to be resolved to a subtype; `null` in cases where no type id was located (since 2.9).
    • Constructor Detail

      • InvalidTypeIdException

        public InvalidTypeIdException​(com.fasterxml.jackson.core.JsonParser p,
                                      String msg,
                                      JavaType baseType,
                                      String typeId)