Uses of Class
com.alibaba.fastjson2.reader.ObjectReaderCreator
Packages that use ObjectReaderCreator
-
Uses of ObjectReaderCreator in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return ObjectReaderCreatorModifier and TypeMethodDescriptionstatic ObjectReaderCreatorJSONFactory.getContextReaderCreator()Gets the object reader creator for the current thread context.Methods in com.alibaba.fastjson2 with parameters of type ObjectReaderCreatorModifier and TypeMethodDescriptionstatic voidJSONFactory.setContextReaderCreator(ObjectReaderCreator creator) Sets the object reader creator for the current thread context. -
Uses of ObjectReaderCreator in com.alibaba.fastjson2.reader
Subclasses of ObjectReaderCreator in com.alibaba.fastjson2.readerFields in com.alibaba.fastjson2.reader declared as ObjectReaderCreatorMethods in com.alibaba.fastjson2.reader that return ObjectReaderCreatorModifier and TypeMethodDescriptionObjectReaderProvider.getCreator()Gets the ObjectReaderCreator used by this provider.Constructors in com.alibaba.fastjson2.reader with parameters of type ObjectReaderCreatorModifierConstructorDescriptionObjectReaderProvider(ObjectReaderCreator creator) Constructs an ObjectReaderProvider with the specified ObjectReaderCreator.