|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstructorHandler | |
|---|---|
| net.vidageek.mirror.invoke | |
| net.vidageek.mirror.invoke.dsl | |
| Uses of ConstructorHandler in net.vidageek.mirror.invoke |
|---|
| Classes in net.vidageek.mirror.invoke that implement ConstructorHandler | |
|---|---|
class |
ConstructorHandlerByArgs<T>
This class is responsible for invoking a constructor using only the arguments supplied. |
class |
ConstructorHandlerByConstructor<T>
This class is responsible for invoking a constructor provided. |
| Methods in net.vidageek.mirror.invoke that return ConstructorHandler | ||
|---|---|---|
ConstructorHandler<T> |
DefaultInvocationHandler.constructor()
|
|
|
DefaultInvocationHandler.constructor(Constructor<C> con)
|
|
| Uses of ConstructorHandler in net.vidageek.mirror.invoke.dsl |
|---|
| Methods in net.vidageek.mirror.invoke.dsl that return ConstructorHandler | ||
|---|---|---|
ConstructorHandler<T> |
InvocationHandler.constructor()
Use this method to invoke a constructor using only arguments. |
|
|
InvocationHandler.constructor(Constructor<C> con)
Use this method to invoke a constructor using its instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||