|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstructorHandler<T>
Interface for classes responsible for invoking constructors.
| Method Summary | |
|---|---|
T |
bypasser()
Instantiates an object without using the constructor. |
T |
withArgs(Object... args)
Invoke a constructor using args as its arguments. |
T |
withoutArgs()
Invoke a constructor without arguments. |
| Method Detail |
|---|
T withoutArgs()
T withArgs(Object... args)
args - arguments to use when invoking this constructor.
T bypasser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||