Class DynamicPropertyAccessorBase
- java.lang.Object
-
- com.fasterxml.jackson.module.afterburner.util.DynamicPropertyAccessorBase
-
- Direct Known Subclasses:
CreatorOptimizer,PropertyAccessorCollector,PropertyMutatorCollector
public class DynamicPropertyAccessorBase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int_accessorCountprotected static int[]ALL_INT_CONSTS
-
Constructor Summary
Constructors Modifier Constructor Description protectedDynamicPropertyAccessorBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> T_add(List<T> list, T value)protected static voidgenerateException(org.objectweb.asm.MethodVisitor mv, String beanClass, int propertyCount)protected static StringinternalClassName(String className)booleanisEmpty()protected static booleanisInterfaceMethod(Method method)
-
-
-
Method Detail
-
isEmpty
public final boolean isEmpty()
-
generateException
protected static void generateException(org.objectweb.asm.MethodVisitor mv, String beanClass, int propertyCount)
-
isInterfaceMethod
protected static boolean isInterfaceMethod(Method method)
- Since:
- 2.9.2
-
_add
protected <T> T _add(List<T> list, T value)
-
-