Class ContextAutoTypeBeforeHandler

java.lang.Object
com.alibaba.fastjson2.filter.ContextAutoTypeBeforeHandler
All Implemented Interfaces:
Filter, JSONReader.AutoTypeBeforeHandler

public class ContextAutoTypeBeforeHandler extends Object implements JSONReader.AutoTypeBeforeHandler
  • Constructor Details

    • ContextAutoTypeBeforeHandler

      public ContextAutoTypeBeforeHandler(Class... types)
    • ContextAutoTypeBeforeHandler

      public ContextAutoTypeBeforeHandler(boolean includeBasic, Class... types)
    • ContextAutoTypeBeforeHandler

      public ContextAutoTypeBeforeHandler(String... acceptNames)
    • ContextAutoTypeBeforeHandler

      public ContextAutoTypeBeforeHandler(boolean includeBasic)
    • ContextAutoTypeBeforeHandler

      public ContextAutoTypeBeforeHandler(boolean includeBasic, String... acceptNames)
  • Method Details