@HashCodeAndEqualsPlugin.Enhance protected static class MethodRegistry.Handler.ForVisibilityBridge.Compiled extends Object implements MethodRegistry.Handler.Compiled
Modifier | Constructor and Description |
---|---|
protected |
Compiled(TypeDescription instrumentedType)
Creates a new compiled handler for a visibility bridge.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.MethodPool.Record |
assemble(MethodDescription methodDescription,
MethodAttributeAppender attributeAppender,
Visibility visibility)
Assembles this compiled entry with a method attribute appender.
|
protected Compiled(TypeDescription instrumentedType)
instrumentedType
- The instrumented type.public TypeWriter.MethodPool.Record assemble(MethodDescription methodDescription, MethodAttributeAppender attributeAppender, Visibility visibility)
assemble
in interface MethodRegistry.Handler.Compiled
methodDescription
- The method description to apply with this handler.attributeAppender
- The method attribute appender to apply together with this handler.visibility
- The represented method's minimum visibility.Copyright © 2014–2019. All rights reserved.