Class DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.AnnotationAdapter

    • Constructor Detail

      • AnnotationAdapter

        protected AnnotationAdapter​(MethodRegistry.Handler handler)
        Creates a new annotation adapter.
        Parameters:
        handler - The handler that determines how a method is implemented.
      • AnnotationAdapter

        protected AnnotationAdapter​(MethodRegistry.Handler handler,
                                    MethodAttributeAppender.Factory methodAttributeAppenderFactory,
                                    Transformer<MethodDescription> transformer)
        Creates a new annotation adapter.
        Parameters:
        handler - The handler that determines how a method is implemented.
        methodAttributeAppenderFactory - The method attribute appender factory to apply onto the method that is currently being implemented.
        transformer - The method transformer to apply onto the method that is currently being implemented.