
public class OObjectMethodFilter extends Object implements javassist.util.proxy.MethodFilter
| Constructor and Description |
|---|
OObjectMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName(Method m) |
protected String |
getFieldName(String methodName,
String prefix) |
protected String |
getScalaFieldName(Class<?> clz,
String name) |
boolean |
isGetterMethod(Method m) |
boolean |
isHandled(Method m) |
protected boolean |
isScalaClass(Class<?> clz) |
boolean |
isSetterMethod(Method m) |
public boolean isHandled(Method m)
isHandled in interface javassist.util.proxy.MethodFilterpublic boolean isSetterMethod(Method m) throws SecurityException, NoSuchFieldException
public boolean isGetterMethod(Method m) throws SecurityException, NoSuchFieldException
protected boolean isScalaClass(Class<?> clz)
Copyright © 2009–2025 OrientDB. All rights reserved.