- getDefaultValue(Class<T>) - Static method in class org.srplib.reflection.Types
-
Returns default value for specified primitive or wrapper type.
- getEmpty() - Static method in class org.srplib.reflection.ProxyUtils
-
Returns invocation handler which does nothing.
- getField(Class<?>, String) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns declared field of specified class.
- getFieldRecursively(Class<?>, Path) - Static method in class org.srplib.reflection.ReflectionUtils
-
Searches recursively and returns declared field with specified name.
- getFieldRecursively(Class<?>, String) - Static method in class org.srplib.reflection.ReflectionUtils
-
Searches recursively and returns declared field with specified name.
- getFields(Class<?>) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns list of declared fields of specified class.
- getFieldsRecursively(Class<?>) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns list of declared fields of specified class including fields of superclasses.
- getFieldType(Class<?>, String) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns field type.
- getFieldValue(Object, Field) - Static method in class org.srplib.reflection.ReflectionUtils
-
Set value of specified field of specified object.
- getFieldValue(Object, String) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns value of specified property of specified object.
- getFieldValue(Object, Path) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns value of nested field specified as path.
- getInitValue(Class<?>) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns init value for specified class (including classes representing primitives).
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.srplib.reflection.ReflectionUtils
-
Searches and returns specified method in specified class.
- getMethodRecursively(Class<?>, String, Class<?>...) - Static method in class org.srplib.reflection.ReflectionUtils
-
Searches and returns specified method recursively.
- getPrimitive(Class<T>) - Static method in class org.srplib.reflection.Types
-
Returns primitive type for specified wrapper type.
- getPrimitives() - Static method in class org.srplib.reflection.Types
-
Returns all java primitive types.
- getTypeParameter(Class<?>) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns first generic type parameter of specified class.
- getTypeParameter(Class<?>, String, Object...) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns first generic type parameter of specified class with specific error message.
- getTypeParameters(Class<?>) - Static method in class org.srplib.reflection.ReflectionUtils
-
Returns first generic type parameter of specified class.
- getWrapper(Class<T>) - Static method in class org.srplib.reflection.Types
-
Returns wrapper for specified primitive type.
- getWrappers() - Static method in class org.srplib.reflection.Types
-
Returns all java primitive wrapper types.