Class DynamicPropertyAccessorBase
java.lang.Object
com.fasterxml.jackson.module.afterburner.util.DynamicPropertyAccessorBase
- Direct Known Subclasses:
CreatorOptimizer, PropertyAccessorCollector, PropertyMutatorCollector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected static final int[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> Tprotected static voidgenerateException(org.objectweb.asm.MethodVisitor mv, String beanClass, int propertyCount) protected static StringinternalClassName(String className) final booleanisEmpty()protected static booleanisInterfaceMethod(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
-