org.apache.oltu.commons.json
Class CustomizableEntityWriter<CE extends CustomizableEntity>

java.lang.Object
  extended by org.apache.oltu.commons.json.CustomizableEntityWriter<CE>

public abstract class CustomizableEntityWriter<CE extends CustomizableEntity>
extends Object


Constructor Summary
CustomizableEntityWriter()
           
 
Method Summary
protected abstract  void handleProperties(CE customizableEntity)
           
protected
<T> void
set(String key, T value)
           
protected
<T> void
set(String key, T[] value)
           
 String write(CE customizableEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizableEntityWriter

public CustomizableEntityWriter()
Method Detail

write

public final String write(CE customizableEntity)

handleProperties

protected abstract void handleProperties(CE customizableEntity)

set

protected final <T> void set(String key,
                             T value)

set

protected final <T> void set(String key,
                             T[] value)


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