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, stringify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createBinding, find, makeList
protected Field getField(Class aClass, String name) throws NoSuchFieldException
NoSuchFieldException
protected Method getMethod(Class<?> aClass, String name, Class<?>... params) throws NoSuchMethodException
NoSuchMethodException
protected AccessibleObject findMember(Class sClass, String name)
protected void checkMethod(Method member) throws NoSuchMethodException
NoSuchMethodException
protected void checkField(Field member) throws NoSuchFieldException
NoSuchFieldException
protected boolean checkClass(Class sClass)
Copyright © 2023. All rights reserved.