Uses of Interface
com.alibaba.fastjson2.JSONReader.AutoTypeBeforeHandler
Packages that use JSONReader.AutoTypeBeforeHandler
Package
Description
-
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONReader.AutoTypeBeforeHandlerModifier and TypeMethodDescriptionJSONReader.autoTypeFilter(boolean includeBasic, Class... types) JSONReader.autoTypeFilter(boolean includeBasic, String... names) JSONReader.autoTypeFilter(Class... types) JSONReader.autoTypeFilter(String... names) JSONReader.Context.getContextAutoTypeBeforeHandler()Gets the AutoTypeBeforeHandler configured for this context. -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.codec
Fields in com.alibaba.fastjson2.codec with type parameters of type JSONReader.AutoTypeBeforeHandlerModifier and TypeFieldDescriptionClass<? extends JSONReader.AutoTypeBeforeHandler> BeanInfo.autoTypeBeforeHandler -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement JSONReader.AutoTypeBeforeHandler -
Uses of JSONReader.AutoTypeBeforeHandler in com.alibaba.fastjson2.reader
Fields in com.alibaba.fastjson2.reader declared as JSONReader.AutoTypeBeforeHandlerModifier and TypeFieldDescriptionprotected JSONReader.AutoTypeBeforeHandlerObjectReaderBean.autoTypeBeforeHandlerMethods in com.alibaba.fastjson2.reader that return JSONReader.AutoTypeBeforeHandlerModifier and TypeMethodDescriptionObjectReaderBean.getAutoTypeBeforeHandler()ObjectReaderProvider.getAutoTypeBeforeHandler()Gets the auto-type before handler that is invoked before type resolution.Methods in com.alibaba.fastjson2.reader with parameters of type JSONReader.AutoTypeBeforeHandlerModifier and TypeMethodDescriptionvoidObjectReaderBean.setAutoTypeBeforeHandler(JSONReader.AutoTypeBeforeHandler autoTypeBeforeHandler) voidObjectReaderProvider.setAutoTypeBeforeHandler(JSONReader.AutoTypeBeforeHandler autoTypeBeforeHandler) Sets the auto-type before handler that will be invoked before type resolution.