Uses of Class
manifold.util.ReflectUtil.LiveFieldRef
-
Packages that use ReflectUtil.LiveFieldRef Package Description manifold.util -
-
Uses of ReflectUtil.LiveFieldRef in manifold.util
Methods in manifold.util that return ReflectUtil.LiveFieldRef Modifier and Type Method Description static ReflectUtil.LiveFieldRefReflectUtil. field(Object receiver, String name)Get aReflectUtil.LiveFieldRefto the specified field.static ReflectUtil.LiveFieldRefReflectUtil.WithNull. field(Object receiver, String name)Methods in manifold.util that return types with arguments of type ReflectUtil.LiveFieldRef Modifier and Type Method Description static List<ReflectUtil.LiveFieldRef>ReflectUtil. fields(Object receiver)Visit declared fields of thereceiverclass.static List<ReflectUtil.LiveFieldRef>ReflectUtil. fields(Object receiver, Predicate<ReflectUtil.LiveFieldRef> filter)Method parameters in manifold.util with type arguments of type ReflectUtil.LiveFieldRef Modifier and Type Method Description static List<ReflectUtil.LiveFieldRef>ReflectUtil. fields(Object receiver, Predicate<ReflectUtil.LiveFieldRef> filter)
-