Class DynamicPropertyAccessorBase

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T> T _add​(java.util.List<T> list, T value)  
      protected static void generateException​(org.objectweb.asm.MethodVisitor mv, java.lang.String beanClass, int propertyCount)  
      protected static java.lang.String internalClassName​(java.lang.String className)  
      boolean isEmpty()  
      protected static boolean isInterfaceMethod​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                                                java.lang.String beanClass,
                                                int propertyCount)
      • isInterfaceMethod

        protected static boolean isInterfaceMethod​(java.lang.reflect.Method method)
        Since:
        2.9.2
      • internalClassName

        protected static java.lang.String internalClassName​(java.lang.String className)
      • _add

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