Class ParserConfig

java.lang.Object
com.alibaba.fastjson.parser.ParserConfig

public class ParserConfig extends Object
  • Field Details

  • Constructor Details

    • ParserConfig

      public ParserConfig()
  • Method Details

    • getGlobalInstance

      public static ParserConfig getGlobalInstance()
    • getProvider

      public com.alibaba.fastjson2.reader.ObjectReaderProvider getProvider()
    • putDeserializer

      public void putDeserializer(Type type, ObjectDeserializer deserializer)
    • checkAutoType

      public Class<?> checkAutoType(Class type)