public static class ReflectUtil.WithNull extends Object
| Constructor and Description |
|---|
WithNull() |
| Modifier and Type | Method and Description |
|---|---|
static ReflectUtil.LiveFieldRef |
field(Object receiver,
String name) |
static ReflectUtil.LiveMethodRef |
method(Object receiver,
String name,
Class... params) |
static ReflectUtil.LiveMethodRef |
methodWithReturn(Object receiver,
String name,
Class<?> returnType,
Class... params) |
public static ReflectUtil.LiveMethodRef method(Object receiver, String name, Class... params)
public static ReflectUtil.LiveFieldRef field(Object receiver, String name)
public static ReflectUtil.LiveMethodRef methodWithReturn(Object receiver, String name, Class<?> returnType, Class... params)
Copyright © 2021. All rights reserved.