Uses of Interface
com.github.wnameless.json.base.JsonValueCore
-
Uses of JsonValueCore in com.github.wnameless.json.base
Classes in com.github.wnameless.json.base with type parameters of type JsonValueCoreModifier and TypeInterfaceDescriptioninterfaceJsonArrayCore<JVC extends JsonValueCore<JVC>>interfaceJsonCore<JVC extends JsonValueCore<JVC>>JsonCoreprovides a wrapper to all kinds of JSON parsers.interfaceJsonObjectCore<JVC extends JsonValueCore<JVC>>interfaceJsonValueCore<JVC extends JsonValueCore<JVC>>JsonValueCoreextendsJsonValueBaseand alters the returning values ofasObject(),asArray()andasValue()from immutable "Base" version to mutable "Core" version.
It also extendsJsonSourcewhich allows it returns the JSON implementation object of this wrapper.Subinterfaces of JsonValueCore in com.github.wnameless.json.baseModifier and TypeInterfaceDescriptioninterfaceJsonArrayCore<JVC extends JsonValueCore<JVC>>interfaceJsonObjectCore<JVC extends JsonValueCore<JVC>>Classes in com.github.wnameless.json.base that implement JsonValueCoreModifier and TypeClassDescriptionfinal classThe GSON implementation ofJsonArrayCore.final classThe GSON implementation ofJsonObjectCore.final classThe GSON implementation ofJsonValueCore.final classThe Jackson implementation ofJsonArrayCore.final classThe Jackson implementation ofJsonObjectCore.final classThe Jackson implementation ofJsonValueCore.final classThe Jakarta implementation ofJsonArrayCore.final classThe Jakarta implementation ofJsonObjectCore.final classThe Jakarta implementation ofJsonValueCore.final classThe org.json implementation ofJsonArrayCore.final classThe org.json implementation ofJsonObjectCore.final classThe org.json implementation ofJsonObjectCore.Methods in com.github.wnameless.json.base that return JsonValueCoreModifier and TypeMethodDescriptionJsonValueCore.asValue()Creates aJsonValueCoreby given JSON string reader.Creates aJsonValueCoreby given JSON string.