org.apache.oltu.commons.json
Class CustomizableEntityReader<E,B extends CustomizableBuilder<E>>

java.lang.Object
  extended by org.apache.oltu.commons.json.CustomizableEntityReader<E,B>

public abstract class CustomizableEntityReader<E,B extends CustomizableBuilder<E>>
extends Object

TODO


Constructor Summary
CustomizableEntityReader(B builder)
           
 
Method Summary
protected  B getBuilder()
           
protected abstract
<T> boolean
handleProperty(String key, T value)
           
 void read(String jsonString)
          Method extracted from org.json.JSONObject#JSONObject(JSONTokener)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizableEntityReader

public CustomizableEntityReader(B builder)
Method Detail

getBuilder

protected final B getBuilder()

read

public void read(String jsonString)
Method extracted from org.json.JSONObject#JSONObject(JSONTokener)

Parameters:
jsonString -

handleProperty

protected abstract <T> boolean handleProperty(String key,
                                              T value)


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.