Class TypeWriter.MethodPool.Record.ForNonImplementedMethod

java.lang.Object
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForNonImplementedMethod
All Implemented Interfaces:
TypeWriter.MethodPool.Record
Enclosing interface:
TypeWriter.MethodPool.Record

@Enhance public static class TypeWriter.MethodPool.Record.ForNonImplementedMethod extends Object implements TypeWriter.MethodPool.Record
A canonical implementation of a method that is not declared but inherited by the instrumented type.
  • Field Details

    • methodDescription

      private final MethodDescription methodDescription
      The undefined method.
  • Constructor Details

    • ForNonImplementedMethod

      public ForNonImplementedMethod(MethodDescription methodDescription)
      Creates a new undefined record.
      Parameters:
      methodDescription - The undefined method.
  • Method Details