示例#1
0
 /**
  * Transforms this entry into a method record.
  *
  * @param instrumentedType The instrumented type to bind.
  * @return A record representing this entry's properties.
  */
 protected Record bind(TypeDescription instrumentedType) {
   return TypeWriter.MethodPool.Record.AccessBridgeWrapper.of(
       handler.assemble(methodDescription, attributeAppender),
       instrumentedType,
       methodDescription,
       bridgeTypes,
       attributeAppender);
 }