foodev.jsondiff.jsonwrap
Interface JzonObject

All Superinterfaces:
JzonElement
All Known Implementing Classes:
GsonJsonObject, JacksonJsonObject

public interface JzonObject
extends JzonElement


Method Summary
 void add(String key, JzonElement prop)
           
 void addProperty(String key, int prop)
           
 Collection<? extends Map.Entry<String,JzonElement>> entrySet()
           
 JzonElement get(String key)
           
 boolean has(String key)
           
 void remove(String key)
           
 
Methods inherited from interface foodev.jsondiff.jsonwrap.JzonElement
isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive, unwrap
 

Method Detail

has

boolean has(String key)

add

void add(String key,
         JzonElement prop)

addProperty

void addProperty(String key,
                 int prop)

entrySet

Collection<? extends Map.Entry<String,JzonElement>> entrySet()

get

JzonElement get(String key)

remove

void remove(String key)


Copyright © 2012. All Rights Reserved.