Uses of Interface
sk.antons.json.JsonAttribute
-
Packages that use JsonAttribute Package Description sk.antons.json sk.antons.json.impl -
-
Uses of JsonAttribute in sk.antons.json
Methods in sk.antons.json that return JsonAttribute Modifier and Type Method Description JsonAttributeJsonObject. attr(int index)Reads n'th attribute of this json objectJsonAttributeJsonObject. attr(String name)Reads first attribute of this json object with specified nameJsonAttributeJsonObject. removeAttr(int index)Removes n'th attribute from this json object.Methods in sk.antons.json that return types with arguments of type JsonAttribute Modifier and Type Method Description List<JsonAttribute>JsonObject. attrs(String name)Reads all attributes of this json object with specified nameList<JsonAttribute>JsonObject. toList()Converts attributes to regular list. -
Uses of JsonAttribute in sk.antons.json.impl
Classes in sk.antons.json.impl that implement JsonAttribute Modifier and Type Class Description classJsonAttributeImplMethods in sk.antons.json.impl that return JsonAttribute Modifier and Type Method Description JsonAttributeJsonObjectImpl. attr(int index)JsonAttributeJsonObjectImpl. attr(String name)JsonAttributeJsonObjectImpl. removeAttr(int index)Methods in sk.antons.json.impl that return types with arguments of type JsonAttribute Modifier and Type Method Description List<JsonAttribute>JsonObjectImpl. attrs(String name)List<JsonAttribute>JsonObjectImpl. toList()Methods in sk.antons.json.impl with parameters of type JsonAttribute Modifier and Type Method Description voidJsonObjectImpl. remove(JsonAttribute attr)
-