Skip navigation links
C D F G I M N P R S 

C

Classes - Class in de.javagl.reflection
Utility methods related to classes.
Constructors - Class in de.javagl.reflection
Utility methods related to constructors.

D

de.javagl.reflection - package de.javagl.reflection
Utility classes related to reflection.

F

Fields - Class in de.javagl.reflection
Utility methods related to fields
forNameOptional(String) - Static method in class de.javagl.reflection.Classes
Returns the class for the given name.
forNameUnchecked(String) - Static method in class de.javagl.reflection.Classes
Returns the class for the given name.

G

getAllDeclaredFieldsOptional(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of that are returned by a call to Class.getDeclaredFields() on the given type or any of its supertypes.
getAllDeclaredFieldsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of that are returned by a call to Class.getDeclaredFields() on the given type or any of its supertypes.
getAllDeclaredMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getDeclaredMethods() on the given type or any of its supertypes or its implemented interfaces.
getAllDeclaredMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getDeclaredMethods() on the given type or any of its supertypes or its implemented interfaces.
getAllMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getMethods() on the given type or any of its supertypes or its implemented interfaces.
getAllMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getMethods() on the given type or any of its supertypes or its implemented interfaces.
getAllOptional(Class<?>, Predicate<? super Field>...) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of the given type that match the given predicates.
getAllOptional(Class<?>, Predicate<? super Method>...) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of the given type that match the given predicates.
getAllUnchecked(Class<?>, Predicate<? super Field>...) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of the given type that match the given predicates.
getAllUnchecked(Class<?>, Predicate<? super Method>...) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of the given type that match the given predicates.
getBooleanNonAccessibleOptional(Field, Object, boolean) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getBooleanNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getBooleanOptional(Field, Object, boolean) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getBooleanUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getByteNonAccessibleOptional(Field, Object, byte) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getByteNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getByteOptional(Field, Object, byte) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getByteUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getCharNonAccessibleOptional(Field, Object, char) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getCharNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getCharOptional(Field, Object, char) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getCharUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getConstructorOptional(Class<T>, Class<?>...) - Static method in class de.javagl.reflection.Constructors
getConstructorsOptional(Class<?>) - Static method in class de.javagl.reflection.Constructors
Delegates to Class.getConstructors(), and returns the result as an unmodifiable list.
getConstructorsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Constructors
Delegates to Class.getConstructors(), and returns the result as an unmodifiable list.
getConstructorUnchecked(Class<T>, Class<?>...) - Static method in class de.javagl.reflection.Constructors
getDeclaredConstructorOptional(Class<T>, Class<?>...) - Static method in class de.javagl.reflection.Constructors
getDeclaredConstructorsOptional(Class<?>) - Static method in class de.javagl.reflection.Constructors
Delegates to Class.getDeclaredConstructors(), and returns the result as an unmodifiable list.
getDeclaredConstructorsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Constructors
Delegates to Class.getDeclaredConstructors(), and returns the result as an unmodifiable list.
getDeclaredConstructorUnchecked(Class<T>, Class<?>...) - Static method in class de.javagl.reflection.Constructors
getDeclaredFieldOptional(Class<?>, String) - Static method in class de.javagl.reflection.Fields
getDeclaredFieldsOptional(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable List containing all fields that result from a call to Class.getDeclaredFields().
getDeclaredFieldsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable List containing all fields that result from a call to Class.getDeclaredFields()

This call covers the following fields: public, protected, default, and private fields static and instance fields excluding fields from supertypes
This call is wrapping all possible checked exceptions and SecurityExceptions into a ReflectionException
getDeclaredFieldUnchecked(Class<?>, String) - Static method in class de.javagl.reflection.Fields
getDeclaredMethodOptional(Class<?>, String, Class<?>...) - Static method in class de.javagl.reflection.Methods
getDeclaredMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Delegates to Class.getDeclaredMethods(), and returns the result as an unmodifiable list.
getDeclaredMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Delegates to Class.getDeclaredMethods(), and returns the result as an unmodifiable list.
getDeclaredMethodUnchecked(Class<?>, String, Class<?>...) - Static method in class de.javagl.reflection.Methods
getDoubleNonAccessibleOptional(Field, Object, double) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getDoubleNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getDoubleOptional(Field, Object, double) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getDoubleUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getFieldOptional(Class<?>, String) - Static method in class de.javagl.reflection.Fields
getFieldsOptional(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable List containing all fields that result from a call to Class.getFields().
getFieldsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable List containing all fields that result from a call to Class.getFields().
getFieldUnchecked(Class<?>, String) - Static method in class de.javagl.reflection.Fields
getFloatNonAccessibleOptional(Field, Object, float) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getFloatNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getFloatOptional(Field, Object, float) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getFloatUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getIntNonAccessibleOptional(Field, Object, int) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getIntNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getIntOptional(Field, Object, int) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getIntUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getLongNonAccessibleOptional(Field, Object, long) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getLongNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getLongOptional(Field, Object, long) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getLongUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getMethodOptional(Class<?>, String, Class<?>...) - Static method in class de.javagl.reflection.Methods
getMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Delegates to Class.getMethods(), and returns the result as an unmodifiable list.
getMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Delegates to Class.getMethods(), and returns the result as an unmodifiable list.
getMethodUnchecked(Class<?>, String, Class<?>...) - Static method in class de.javagl.reflection.Methods
getNonAccessibleOptional(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getNonAccessibleOptional(Field, Object, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getOptional(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getOptional(Field, Object, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getOwnDeclaredMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getDeclaredMethods() on the given type, except for those that are inherited from any supertype or one of its implemented interfaces.
getOwnDeclaredMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getDeclaredMethods() on the given type, except for those that are inherited from any supertype or one of its implemented interfaces.
getOwnFieldsOptional(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of that are returned by a call to Class.getFields() on the given type, except for those that are inherited from any supertype.
getOwnFieldsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Fields
Returns an unmodifiable list containing all fields of that are returned by a call to Class.getFields() on the given type, except for those that are inherited from any supertype.
getOwnMethodsOptional(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getMethods() on the given type, except for those that are inherited from any supertype or one of its implemented interfaces.
getOwnMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
Returns an unmodifiable list containing all methods of that are returned by a call to Class.getMethods() on the given type, except for those that are inherited from any supertype or one of its implemented interfaces.
getShortNonAccessibleOptional(Field, Object, short) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getShortNonAccessibleUnchecked(Field, Object) - Static method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getShortOptional(Field, Object, short) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getShortUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.
getUnchecked(Field, Object) - Method in class de.javagl.reflection.Fields
Get the value of the given field in the given object.

I

invokeNonAccessibleOptional(Method, Object, Object...) - Static method in class de.javagl.reflection.Methods
invokeNonAccessibleUnchecked(Method, Object, Object...) - Static method in class de.javagl.reflection.Methods
invokeOptional(Method, Object, Object...) - Static method in class de.javagl.reflection.Methods
invokeUnchecked(Method, Object, Object...) - Static method in class de.javagl.reflection.Methods
isNotPackageAccessible(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is not package-accessible.
isNotPrivate(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is not private.
isNotProtected(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is not protected.
isNotPublic(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is not public.
isNotStatic(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is not static.
isPackageAccessible(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is package-accessible.
isPrivate(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is private.
isProtected(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is protected.
isPublic(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is public.
isPublicInstance(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is a public instance member.
isStatic(Member) - Static method in class de.javagl.reflection.Members
Returns whether the given member is static.

M

Members - Class in de.javagl.reflection
Utility methods related to members.
Methods - Class in de.javagl.reflection
Utility methods related to methods.

N

newInstanceNonAccessibleOptional(String) - Static method in class de.javagl.reflection.Classes
Return a new instance of the type described by the given class name.
newInstanceNonAccessibleOptional(Class<?>) - Static method in class de.javagl.reflection.Classes
Return a new instance of the given class.
newInstanceNonAccessibleOptional(Constructor<T>, Object...) - Static method in class de.javagl.reflection.Constructors
newInstanceNonAccessibleUnchecked(String) - Static method in class de.javagl.reflection.Classes
Return a new instance of the type described by the given class name.
newInstanceNonAccessibleUnchecked(Class<?>) - Static method in class de.javagl.reflection.Classes
Return a new instance of the given class.
newInstanceNonAccessibleUnchecked(Constructor<T>, Object...) - Static method in class de.javagl.reflection.Constructors
newInstanceOptional(String) - Static method in class de.javagl.reflection.Classes
Return a new instance of the type described by the given class name.
newInstanceOptional(Class<?>) - Static method in class de.javagl.reflection.Classes
Return a new instance of the given class.
newInstanceOptional(Constructor<T>, Object...) - Static method in class de.javagl.reflection.Constructors
newInstanceUnchecked(String) - Static method in class de.javagl.reflection.Classes
Return a new instance of the type described by the given class name.
newInstanceUnchecked(Class<?>) - Static method in class de.javagl.reflection.Classes
Return a new instance of the given class.
newInstanceUnchecked(Constructor<T>, Object...) - Static method in class de.javagl.reflection.Constructors

P

parseConstructorUnchecked(String) - Static method in class de.javagl.reflection.Constructors
Parse the constructor from the given string.
parseMethodUnchecked(String) - Static method in class de.javagl.reflection.Methods
Parse the method from the given string.

R

ReflectionException - Exception in de.javagl.reflection
An unchecked exception which is used to wrap all checked exceptions that may happen during a reflection operation.
ReflectionException(String) - Constructor for exception de.javagl.reflection.ReflectionException
Creates a ReflectionException with the given message
ReflectionException(String, Throwable) - Constructor for exception de.javagl.reflection.ReflectionException
Creates a ReflectionException with the given message and cause
ReflectionException(Throwable) - Constructor for exception de.javagl.reflection.ReflectionException
Creates a ReflectionException with the given cause

S

setNonAccessibleOptional(Field, Object, Object) - Static method in class de.javagl.reflection.Fields
Set the value for the given field in the given object.
setNonAccessibleUnchecked(Field, Object, Object) - Static method in class de.javagl.reflection.Fields
Set the value for the given field in the given object.
setOptional(Field, Object, Object) - Method in class de.javagl.reflection.Fields
Set the value for the given field in the given object.
setUnchecked(Field, Object, Object) - Method in class de.javagl.reflection.Fields
Set the value for the given field in the given object.
C D F G I M N P R S 
Skip navigation links

Copyright © 2018. All rights reserved.