Class DynamicPropertyAccessorBase
java.lang.Object
com.fasterxml.jackson.module.afterburner.util.DynamicPropertyAccessorBase
- Direct Known Subclasses:
CreatorOptimizer
,PropertyAccessorCollector
,PropertyMutatorCollector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected static final int[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
protected static void
generateException
(org.objectweb.asm.MethodVisitor mv, String beanClass, int propertyCount) protected static String
internalClassName
(String className) final boolean
isEmpty()
protected static boolean
isInterfaceMethod
(Method method)
-
Field Details
-
ALL_INT_CONSTS
protected static final int[] ALL_INT_CONSTS -
_accessorCount
protected int _accessorCount
-
-
Constructor Details
-
DynamicPropertyAccessorBase
protected DynamicPropertyAccessorBase()
-
-
Method Details
-
isEmpty
public final boolean isEmpty() -
generateException
protected static void generateException(org.objectweb.asm.MethodVisitor mv, String beanClass, int propertyCount) -
isInterfaceMethod
- Since:
- 2.9.2
-
internalClassName
-
_add
-