Package org.apache.commons.lang3.builder
Class Reflection
java.lang.Object
org.apache.commons.lang3.builder.Reflection
Package-private reflection code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ObjectgetUnchecked(Field field, Object obj)
-
Constructor Details
-
Reflection
Reflection()
-
-
Method Details
-
getUnchecked
- Parameters:
field- The receiver of the get call.obj- The argument of the get call.- Returns:
- The result of the get call.
- Throws:
IllegalArgumentException- Thrown after catchingIllegalAccessException.
-