Uses of Class
com.alibaba.fastjson2.reader.ObjectReaderImplValueString
-
Packages that use ObjectReaderImplValueString Package Description com.alibaba.fastjson2.reader -
-
Uses of ObjectReaderImplValueString in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader that return ObjectReaderImplValueString Modifier and Type Method Description static <T> ObjectReaderImplValueString<T>ObjectReaderImplValueString. of(Class<T> objectClass, long features, JSONSchema schema, Function<String,T> function)static <T> ObjectReaderImplValueString<T>ObjectReaderImplValueString. of(Class<T> objectClass, Function<String,T> function)
-