|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the underlying type that the constructor instantiatespublic interface FluentConstructor<T>
Reflection information about a constructor.
Method Summary | |
---|---|
T |
callRaw(Object... args)
Call the member using the given arguments |
Constructor<T> |
member()
Obtain the class being reflected |
Methods inherited from interface com.lexicalscope.fluentreflection.FluentMember |
---|
argCount, args, as, call, declarer, isFinal, isStatic, name, property, type, visibility |
Methods inherited from interface com.lexicalscope.fluentreflection.FluentAnnotated |
---|
annotatedWith, annotatedWith, annotation, annotation |
Method Detail |
---|
Constructor<T> member()
member
in interface FluentMember
T callRaw(Object... args)
FluentMember
callRaw
in interface FluentMember
args
- the arguments to use in the call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |