Class TypeWriter.MethodPool.Record.ForDefinedMethod

    • Constructor Detail

      • ForDefinedMethod

        public ForDefinedMethod()
    • Method Detail

      • apply

        public void apply​(org.objectweb.asm.ClassVisitor classVisitor,
                          Implementation.Context implementationContext,
                          AnnotationValueFilter.Factory annotationValueFilterFactory)
        Applies this method entry. This method can always be called and might be a no-op.
        Specified by:
        apply in interface TypeWriter.MethodPool.Record
        Parameters:
        classVisitor - The class visitor to which this entry should be applied.
        implementationContext - The implementation context to which this entry should be applied.
        annotationValueFilterFactory - The annotation value filter factory to apply when writing annotations.