Uses of Interface
com.github.wnameless.json.base.JsonArrayBase
-
-
Uses of JsonArrayBase in com.github.wnameless.json.base
Subinterfaces of JsonArrayBase in com.github.wnameless.json.base Modifier and Type Interface Description interfaceJsonArrayCore<JVC extends JsonValueCore<JVC>>Classes in com.github.wnameless.json.base that implement JsonArrayBase Modifier and Type Class Description classGsonJsonArrayThe GSON implementation ofJsonArrayCore.classJacksonJsonArrayThe Jackson implementation ofJsonArrayCore.Methods in com.github.wnameless.json.base that return JsonArrayBase Modifier and Type Method Description JsonArrayBase<JVB>JsonValueBase. asArray()Converts this to a JSON array wrapper.Methods in com.github.wnameless.json.base with parameters of type JsonArrayBase Modifier and Type Method Description static List<Object>JsonValueUtils. toList(JsonArrayBase<?> jsonArray)Creates aListby givenJsonArrayBase.
-