Class Advice.OffsetMapping.ForStackManipulation.OfDynamicInvocation<T extends java.lang.annotation.Annotation>

    • Field Detail

      • annotationType

        private final java.lang.Class<T extends java.lang.annotation.Annotation> annotationType
        The annotation type.
      • arguments

        private final java.util.List<? extends JavaConstant> arguments
        The arguments to the bootstrap method.
    • Constructor Detail

      • OfDynamicInvocation

        public OfDynamicInvocation​(java.lang.Class<T> annotationType,
                                   MethodDescription.InDefinedShape bootstrapMethod,
                                   java.util.List<? extends JavaConstant> arguments)
        Creates a new factory for a dynamic invocation.
        Parameters:
        annotationType - The annotation type.
        bootstrapMethod - The bootstrap method or constructor.
        arguments - The arguments to the bootstrap method.