Package com.github.wnameless.json.base
Interface JsonObjectBase<JV extends JsonValueBase<?>>
-
- All Known Implementing Classes:
GsonJsonObject,JacksonJsonObject
public interface JsonObjectBase<JV extends JsonValueBase<?>> extends Iterable<Map.Entry<String,JV>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JVget(String name)default booleanisEmpty()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-