MCPcopy Create free account
hub / github.com/cinit/TMoe / hasField

Method hasField

app/src/main/java/cc/ioctl/tmoe/util/Reflex.java:1070–1072  ·  view source on GitHub ↗
(Object obj, String name)

Source from the content-addressed store, hash-verified

1068 }
1069
1070 public static Field hasField(Object obj, String name) throws ReflectiveOperationException {
1071 return hasField(obj, name, null);
1072 }
1073
1074 public static Field hasField(Object obj, String name, Class<?> type) throws ReflectiveOperationException {
1075 if (obj == null) {

Callers

nothing calls this directly

Calls 1

findFieldMethod · 0.95

Tested by

no test coverage detected