public class DynamicPropertyAccessorBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
_accessorCount |
protected static int[] |
ALL_INT_CONSTS |
Modifier | Constructor and Description |
---|---|
protected |
DynamicPropertyAccessorBase() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
_add(java.util.List<T> list,
T value) |
protected static void |
generateException(org.objectweb.asm.MethodVisitor mv,
java.lang.String beanClass,
int propertyCount) |
protected static java.lang.String |
internalClassName(java.lang.String className) |
boolean |
isEmpty() |
protected static boolean |
isInterfaceMethod(java.lang.reflect.Method method) |
protected static final int[] ALL_INT_CONSTS
protected int _accessorCount
public final boolean isEmpty()
protected static void generateException(org.objectweb.asm.MethodVisitor mv, java.lang.String beanClass, int propertyCount)
protected static boolean isInterfaceMethod(java.lang.reflect.Method method)
protected static java.lang.String internalClassName(java.lang.String className)
protected <T> T _add(java.util.List<T> list, T value)