|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReflectedMethod
Method Summary | ||
---|---|---|
|
castResultTo(Class<T> returnType)
|
|
boolean |
isFinal()
|
|
boolean |
isStatic()
|
|
Method |
methodUnderReflection()
|
|
String |
propertyName()
The name of the method with any prefix of "get", "set" or "is" removed and the first subsequent character changed to lower case |
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedCallable |
---|
argumentCount, argumentTypes, call, declaringClass, getName, returnType, visibility |
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedAnnotated |
---|
annotatedWith, annotation, annotation |
Method Detail |
---|
boolean isStatic()
boolean isFinal()
<T> ReflectedQuery<T> castResultTo(Class<T> returnType)
String propertyName()
Method methodUnderReflection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |