Package com.alibaba.fastjson2.util
Class MapMultiValueType<T extends Map>
- java.lang.Object
-
- com.alibaba.fastjson2.util.MapMultiValueType<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>getMapType()TypegetType(String name)static <T extends Map>
MapMultiValueType<T>of(Class<T> mapType, String name, Type type)static <T extends Map>
MapMultiValueType<T>of(Class<T> mapType, Map<String,Type> types)static MapMultiValueType<JSONObject>of(String name, Type type)static MapMultiValueType<JSONObject>of(Map<String,Type> types)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
of
public static MapMultiValueType<JSONObject> of(String name, Type type)
-
of
public static MapMultiValueType<JSONObject> of(Map<String,Type> types)
-
of
public static <T extends Map> MapMultiValueType<T> of(Class<T> mapType, String name, Type type)
-
-