|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.proxy.toys.nullobject.Null.NullBuild<T>
public static class Null.NullBuild<T>
| Method Summary | |
|---|---|
T |
build()
Generate a Null Object proxy for a specific type using the StandardProxyFactory. |
T |
build(ProxyFactory factory)
Generate a Null Object proxy for a specific type using a special ProxyFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public T build()
StandardProxyFactory.
Note that the method will only return a proxy if it cannot handle the type itself or null if the
type cannot be proxied.
nullcom.thoughtworks.proxy.toys.nullobjectpublic T build(ProxyFactory factory)
ProxyFactory.
Note that the method will only return a proxy if it cannot handle the type itself or null if the
type cannot be proxied.
factory - the ProxyFactory in use
nullcom.thoughtworks.proxy.toys.nullobject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||