Class ClassUtil.Ctor

  • Enclosing class:
    ClassUtil

    public static final class ClassUtil.Ctor
    extends Object
    Value class used for caching Constructor declarations; used because caching done by JDK appears to be somewhat inefficient for some use cases.
    Since:
    2.7
    • Method Detail

      • getConstructor

        public Constructor<?> getConstructor()
      • getParamCount

        public int getParamCount()
      • getDeclaringClass

        public Class<?> getDeclaringClass()
      • getDeclaredAnnotations

        public Annotation[] getDeclaredAnnotations()
      • getParameterAnnotations

        public Annotation[][] getParameterAnnotations()