Package io.ran
Class ClazzMethod
java.lang.Object
io.ran.ClazzMethod
- 
Constructor SummaryConstructorsConstructorDescriptionClazzMethod(Clazz<?> actualClass, Clazz<?> declaringClass, Method method) ClazzMethod(Clazz<?> actualClass, Method method) 
- 
Method SummaryModifier and TypeMethodDescription<T extends Annotation>
 TgetAnnotation(Class<T> annotation) Clazz<?>intgetName()Clazz<?>booleanbooleanbooleanbooleanisFinal()booleanbooleanbooleanisPublic()booleanisStatic()booleanboolean
- 
Constructor Details- 
ClazzMethod
- 
ClazzMethod
 
- 
- 
Method Details- 
getName
- 
parameters
- 
getAnnotation
- 
matches
- 
getModifierspublic int getModifiers()
- 
getMethod
- 
isAbstractpublic boolean isAbstract()
- 
isFinalpublic boolean isFinal()
- 
isPrivatepublic boolean isPrivate()
- 
isProtectedpublic boolean isProtected()
- 
isPublicpublic boolean isPublic()
- 
isStaticpublic boolean isStatic()
- 
isSynchronizedpublic boolean isSynchronized()
- 
hasGenericFromClasspublic boolean hasGenericFromClass()- Returns:
- true when the method either returns or takes generic parameters defined at class-level. Method level parameter containing class level parameter does not count.
 
- 
hasGenericFromMethodpublic boolean hasGenericFromMethod()- Returns:
- true if the method either returns or takes generic parameters defined at method-level. Wildcards are treated as method-level generic types.
 
- 
getReturnType
- 
getDeclaringClazz
- 
getSignature
- 
getAccess
 
-