Class ReflectUtil.WithNull
java.lang.Object
manifold.util.ReflectUtil.WithNull
- Enclosing class:
ReflectUtil
Use to access live methods and fields with possible null return value if not found
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReflectUtil.LiveFieldRefstatic ReflectUtil.LiveMethodRefstatic ReflectUtil.LiveMethodRefmethodWithReturn(Object receiver, String name, Class<?> returnType, Class... params)
-
Constructor Details
-
WithNull
public WithNull()
-
-
Method Details
-
method
-
field
-
methodWithReturn
public static ReflectUtil.LiveMethodRef methodWithReturn(Object receiver, String name, Class<?> returnType, Class... params)
-