Package | Description |
---|---|
manifold.util |
Modifier and Type | Method and Description |
---|---|
static ReflectUtil.LiveFieldRef |
ReflectUtil.field(Object receiver,
String name)
Get a
ReflectUtil.LiveFieldRef to the specified field. |
static ReflectUtil.LiveFieldRef |
ReflectUtil.WithNull.field(Object receiver,
String name) |
Modifier and Type | Method and Description |
---|---|
static List<ReflectUtil.LiveFieldRef> |
ReflectUtil.fields(Object receiver)
Visit declared fields of the
receiver class. |
static List<ReflectUtil.LiveFieldRef> |
ReflectUtil.fields(Object receiver,
Predicate<ReflectUtil.LiveFieldRef> filter) |
Modifier and Type | Method and Description |
---|---|
static List<ReflectUtil.LiveFieldRef> |
ReflectUtil.fields(Object receiver,
Predicate<ReflectUtil.LiveFieldRef> filter) |
Copyright © 2024. All rights reserved.