Class DynamicPropertyAccessorBase

    • Field Detail

      • ALL_INT_CONSTS

        protected static final int[] ALL_INT_CONSTS
      • _accessorCount

        protected int _accessorCount
    • Constructor Detail

      • DynamicPropertyAccessorBase

        protected DynamicPropertyAccessorBase()
    • 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
      • internalClassName

        protected static String internalClassName​(String className)
      • _add

        protected <T> T _add​(List<T> list,
                             T value)