This is roughly equivalent to {@link Field#get(Object)}. If the wrapped object is a {@link Class}, then this will wrap a static member field. If the wrapped object is any other {@link Object}, then this wrap an instance member field. @param name The field name @return The wrapped field @throws ReflectException If any reflection exception occurred.
|
|