Class ClassUtil.Ctor

java.lang.Object
tools.jackson.databind.util.ClassUtil.Ctor
Enclosing class:
ClassUtil

public static final class ClassUtil.Ctor extends Object
Value class used for containing information about discovered Constructors
  • Field Details

    • _ctor

      public final Constructor<?> _ctor
    • _annotations

      private transient Annotation[] _annotations
    • _paramAnnotations

      private transient Annotation[][] _paramAnnotations
    • _paramCount

      private int _paramCount
  • Constructor Details

  • Method Details

    • getConstructor

      public Constructor<?> getConstructor()
    • getParamCount

      public int getParamCount()
    • getDeclaringClass

      public Class<?> getDeclaringClass()
    • getDeclaredAnnotations

      public Annotation[] getDeclaredAnnotations()
    • getParameterAnnotations

      public Annotation[][] getParameterAnnotations()