net.contextfw.web.application.dom
Class ObjectBuilder<T>

java.lang.Object
  extended by net.contextfw.web.application.dom.ObjectBuilder<T>

public final class ObjectBuilder<T>
extends Object


Method Summary
 ObjectBuilder<T> asText(String fieldName)
           
 void build(DOMBuilder superb, T t)
           
static
<T> ObjectBuilder<T>
forClass(Class<T> clazz)
           
static
<T> ObjectBuilder<T>
forClass(Class<T> clazz, String elementName)
           
 ObjectBuilder<T> ignore(String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public void build(DOMBuilder superb,
                  T t)

forClass

public static <T> ObjectBuilder<T> forClass(Class<T> clazz)

forClass

public static <T> ObjectBuilder<T> forClass(Class<T> clazz,
                                            String elementName)

asText

public ObjectBuilder<T> asText(String fieldName)

ignore

public ObjectBuilder<T> ignore(String fieldName)


Copyright © 2011. All Rights Reserved.