Uses of Class
com.alibaba.fastjson2.annotation.JSONCreator
-
Packages that use JSONCreator Package Description com.alibaba.fastjson2.schema com.alibaba.fastjson2.util -
-
Uses of JSONCreator in com.alibaba.fastjson2.schema
Methods in com.alibaba.fastjson2.schema with annotations of type JSONCreator Modifier and Type Method Description static JSONSchemaJSONSchema. of(JSONObject input)static JSONSchemaJSONSchema. of(JSONObject input, JSONSchema parent) -
Uses of JSONCreator in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util with annotations of type JSONCreator Modifier and Type Method Description static <L,M,R>
ObjectApacheLang3Support.TripleMixIn. of(L left, M middle, R right)Constructors in com.alibaba.fastjson2.util with annotations of type JSONCreator Constructor Description ParameterizedTypeImpl(Type[] actualTypeArguments, Type ownerType, Type rawType)
-