Uses of Interface
com.alibaba.fastjson2.JSONReader.AutoTypeBeforeHandler
-
Packages that use JSONReader.AutoTypeBeforeHandler Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.annotation com.alibaba.fastjson2.codec com.alibaba.fastjson2.filter com.alibaba.fastjson2.reader -
-
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONReader.AutoTypeBeforeHandler Modifier and Type Method Description static JSONReader.AutoTypeBeforeHandlerJSONReader. autoTypeFilter(boolean includeBasic, Class... types)static JSONReader.AutoTypeBeforeHandlerJSONReader. autoTypeFilter(boolean includeBasic, String... names)static JSONReader.AutoTypeBeforeHandlerJSONReader. autoTypeFilter(Class... types)static JSONReader.AutoTypeBeforeHandlerJSONReader. autoTypeFilter(String... names)JSONReader.AutoTypeBeforeHandlerJSONReader.Context. getContextAutoTypeBeforeHandler() -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.annotation
Methods in com.alibaba.fastjson2.annotation that return types with arguments of type JSONReader.AutoTypeBeforeHandler Modifier and Type Method Description Class<? extends JSONReader.AutoTypeBeforeHandler>autoTypeBeforeHandler() -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.codec
Fields in com.alibaba.fastjson2.codec with type parameters of type JSONReader.AutoTypeBeforeHandler Modifier and Type Field Description Class<? extends JSONReader.AutoTypeBeforeHandler>BeanInfo. autoTypeBeforeHandler -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement JSONReader.AutoTypeBeforeHandler Modifier and Type Class Description classContextAutoTypeBeforeHandler -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.reader
Fields in com.alibaba.fastjson2.reader declared as JSONReader.AutoTypeBeforeHandler Modifier and Type Field Description protected JSONReader.AutoTypeBeforeHandlerObjectReaderBean. autoTypeBeforeHandlerMethods in com.alibaba.fastjson2.reader that return JSONReader.AutoTypeBeforeHandler Modifier and Type Method Description JSONReader.AutoTypeBeforeHandlerObjectReaderBean. getAutoTypeBeforeHandler()JSONReader.AutoTypeBeforeHandlerObjectReaderProvider. getAutoTypeBeforeHandler()Methods in com.alibaba.fastjson2.reader with parameters of type JSONReader.AutoTypeBeforeHandler Modifier and Type Method Description voidObjectReaderBean. setAutoTypeBeforeHandler(JSONReader.AutoTypeBeforeHandler autoTypeBeforeHandler)voidObjectReaderProvider. setAutoTypeBeforeHandler(JSONReader.AutoTypeBeforeHandler autoTypeBeforeHandler)
-