public abstract class BaseObjectHandler extends AbstractObjectHandler
NOT_FOUND| Constructor and Description |
|---|
BaseObjectHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkClass(Class sClass) |
protected void |
checkField(Field member) |
protected void |
checkMethod(Method member) |
protected AccessibleObject |
findMember(Class sClass,
String name) |
protected Field |
getField(Class aClass,
String name) |
protected Method |
getMethod(Class<?> aClass,
String name,
Class<?>... params) |
coerce, falsey, iterate, stringifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBinding, find, makeListprotected Field getField(Class aClass, String name) throws NoSuchFieldException
NoSuchFieldExceptionprotected Method getMethod(Class<?> aClass, String name, Class<?>... params) throws NoSuchMethodException
NoSuchMethodExceptionprotected AccessibleObject findMember(Class sClass, String name)
protected void checkMethod(Method member) throws NoSuchMethodException
NoSuchMethodExceptionprotected void checkField(Field member) throws NoSuchFieldException
NoSuchFieldExceptionprotected boolean checkClass(Class sClass)
Copyright © 2024. All rights reserved.