- 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
-
- getConstructorsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Constructors
-
- 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
-
- getDeclaredConstructorsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Constructors
-
- 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
-
- 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
-
- getDeclaredMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
-
- 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
-
- getMethodsUnchecked(Class<?>) - Static method in class de.javagl.reflection.Methods
-
- 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.