public class DynamicPropertyAccessorBase extends 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(List<T> list,
T value) |
protected static void |
generateException(org.objectweb.asm.MethodVisitor mv,
String beanClass,
int propertyCount) |
protected static String |
internalClassName(String className) |
boolean |
isEmpty() |
protected static boolean |
isInterfaceMethod(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, String beanClass, int propertyCount)
protected static boolean isInterfaceMethod(Method method)
protected <T> T _add(List<T> list, T value)
Copyright © 2020 FasterXML. All rights reserved.