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.baseClasses in com.github.wnameless.json.base that implement JsonObjectBaseModifier and TypeClassDescriptionfinal classThe GSON implementation ofJsonObjectCore.final classThe Jackson implementation ofJsonObjectCore.final classThe Jakarta implementation ofJsonObjectCore.final classThe org.json implementation ofJsonObjectCore.Methods in com.github.wnameless.json.base that return JsonObjectBaseModifier and TypeMethodDescriptionJsonValueBase.asObject()Converts this to a JSON object wrapper.Methods in com.github.wnameless.json.base with parameters of type JsonObjectBaseModifier and TypeMethodDescriptionJsonValueUtils.toMap(JsonObjectBase<?> jsonObject) Creates aMapby givenJsonObjectBase.