Uses of Class
com.alibaba.fastjson2.util.MapMultiValueType
-
Packages that use MapMultiValueType Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.reader com.alibaba.fastjson2.util -
-
Uses of MapMultiValueType in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 with parameters of type MapMultiValueType Modifier and Type Method Description static <T extends Map<String,Object>>
TJSON. parseObject(String text, MapMultiValueType<T> type)Parses the json string asJSON. -
Uses of MapMultiValueType in com.alibaba.fastjson2.reader
Constructors in com.alibaba.fastjson2.reader with parameters of type MapMultiValueType Constructor Description ObjectReaderImplMapMultiValueType(MapMultiValueType multiValueType) -
Uses of MapMultiValueType in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util that return MapMultiValueType Modifier and Type Method Description static <T extends Map>
MapMultiValueType<T>MapMultiValueType. of(Class<T> mapType, String name, Type type)static <T extends Map>
MapMultiValueType<T>MapMultiValueType. of(Class<T> mapType, Map<String,Type> types)static MapMultiValueType<JSONObject>MapMultiValueType. of(String name, Type type)static MapMultiValueType<JSONObject>MapMultiValueType. of(Map<String,Type> types)
-