Uses of Interface
com.github.wnameless.json.base.JsonObjectBase
-
-
Uses of JsonObjectBase in com.github.wnameless.json.base
Subinterfaces of JsonObjectBase in com.github.wnameless.json.base Modifier and Type Interface Description interfaceJsonObjectCore<JVC extends JsonValueCore<JVC>>Classes in com.github.wnameless.json.base that implement JsonObjectBase Modifier and Type Class Description classGsonJsonObjectThe GSON implementation ofJsonObjectCore.classJacksonJsonObjectThe Jackson implementation ofJsonObjectCore.Methods in com.github.wnameless.json.base that return JsonObjectBase Modifier and Type Method Description JsonObjectBase<JVB>JsonValueBase. asObject()Converts this to a JSON object wrapper.Methods in com.github.wnameless.json.base with parameters of type JsonObjectBase Modifier and Type Method Description static Map<String,Object>JsonValueUtils. toMap(JsonObjectBase<?> jsonObject)Creates aMapby givenJsonObjectBase.
-