Class ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructor

java.lang.Object
net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructor
All Implemented Interfaces:
ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
Enclosing interface:
ParameterDescription.ForLoadedParameter.ParameterAnnotationSource

@Enhance public static class ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructor extends Object implements ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
A source for a loaded constructor.
  • Field Details

    • constructor

      private final Constructor<?> constructor
      The constructor to query for annotations.
  • Constructor Details

    • ForLoadedConstructor

      public ForLoadedConstructor(Constructor<?> constructor)
      Creates a new parameter annotation source for a constructor.
      Parameters:
      constructor - The constructor to query for annotations.
  • Method Details