Class Reference
java.lang.Object
com.saicone.rtag.util.reflect.Reference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructor(@NotNull Object clazz, @NotNull Object... parameters) final booleangetName()Object[]getType()inthashCode()booleanisClass()booleanbooleanisField()booleanisMethod()method(@NotNull Object clazz, @NotNull Object type, @NotNull String name, @NotNull Object... parameters) toString()valueOf(@NotNull Constructor<?> constructor)
-
Constructor Details
-
Reference
-
-
Method Details
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
clazz
-
constructor
-
method
-
field
-
isClass
public boolean isClass() -
isConstructor
public boolean isConstructor() -
isMethod
public boolean isMethod() -
isField
public boolean isField() -
getParent
-
getType
-
getName
-
getParameters
-
equals
-
hashCode
-
toString
-