Enum InstrumentedType.Prepareable.NoOp

java.lang.Object
java.lang.Enum<InstrumentedType.Prepareable.NoOp>
net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable.NoOp
All Implemented Interfaces:
Serializable, Comparable<InstrumentedType.Prepareable.NoOp>, java.lang.constant.Constable, InstrumentedType.Prepareable
Enclosing interface:
InstrumentedType.Prepareable

public static enum InstrumentedType.Prepareable.NoOp extends Enum<InstrumentedType.Prepareable.NoOp> implements InstrumentedType.Prepareable
A prepareable that does not alter the instrumented type.
  • Enum Constant Details

  • Constructor Details

    • NoOp

      private NoOp()
  • Method Details

    • values

      public static InstrumentedType.Prepareable.NoOp[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static InstrumentedType.Prepareable.NoOp valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • prepare

      public InstrumentedType prepare(InstrumentedType instrumentedType)
      Prepares a given instrumented type.
      Specified by:
      prepare in interface InstrumentedType.Prepareable
      Parameters:
      instrumentedType - The instrumented type in its current form.
      Returns:
      The prepared instrumented type.