|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstructorReflector<T>
| Method Summary | |
|---|---|
Constructor<T> |
withAnyArgs()
Use this method to reflect the only constructor on the class |
Constructor<T> |
withArgs(Class<?>... classes)
Use this method to reflect a constructor using its argument list. |
Constructor<T> |
withoutArgs()
This is a convenience method for withArgs(Class...) |
| Method Detail |
|---|
Constructor<T> withArgs(Class<?>... classes)
classes - argument types of the constructor to be reflected.
ClassReflectionProvider.reflectConstructor(Class[])Constructor<T> withoutArgs()
withArgs(Class...)
Constructor<T> withAnyArgs()
MirrorException - if more than one constructor is found on the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||