Contents
- Description
- Method Summary
- Method Details
- getName()
- getReturnType()
- getParameterTypes()
- getDeclaringClass()
- isAccessible()
- setAccessible(boolean)
- isAbstract()
- isDefaultAccess()
- isFinal()
- isPrivate()
- isProtected()
- isPublic()
- isNative()
- isStatic()
- isVarArgs()
- invoke(Object, Object...)
- isAnnotationPresent(Class)
- getDeclaredAnnotations()
- getDeclaredAnnotation(Class)
Class Method
java.lang.Object
zombie.entity.util.reflect.Method
-
Method Summary
Modifier and TypeMethodDescriptiongetDeclaredAnnotation
(Class<? extends Annotation> clazz) getName()
Class[]
boolean
boolean
boolean
isAnnotationPresent
(Class<? extends Annotation> clazz) boolean
boolean
isFinal()
boolean
isNative()
boolean
boolean
boolean
isPublic()
boolean
isStatic()
boolean
void
setAccessible
(boolean boolean0)
-
Method Details
-
getName
-
getReturnType
-
getParameterTypes
-
getDeclaringClass
-
isAccessible
public boolean isAccessible() -
setAccessible
public void setAccessible(boolean boolean0) -
isAbstract
public boolean isAbstract() -
isDefaultAccess
public boolean isDefaultAccess() -
isFinal
public boolean isFinal() -
isPrivate
public boolean isPrivate() -
isProtected
public boolean isProtected() -
isPublic
public boolean isPublic() -
isNative
public boolean isNative() -
isStatic
public boolean isStatic() -
isVarArgs
public boolean isVarArgs() -
invoke
- Throws:
ReflectionException
-
isAnnotationPresent
-
getDeclaredAnnotations
-
getDeclaredAnnotation
-