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