Enum TypeProxy.InvocationFactory.Default

java.lang.Object
java.lang.Enum<TypeProxy.InvocationFactory.Default>
net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory.Default
All Implemented Interfaces:
Serializable, Comparable<TypeProxy.InvocationFactory.Default>, java.lang.constant.Constable, TypeProxy.InvocationFactory
Enclosing interface:
TypeProxy.InvocationFactory

public static enum TypeProxy.InvocationFactory.Default extends Enum<TypeProxy.InvocationFactory.Default> implements TypeProxy.InvocationFactory
Default implementations of the TypeProxy.InvocationFactory.
  • Enum Constant Details

  • Constructor Details

    • Default

      private Default()
  • Method Details

    • values

      public static TypeProxy.InvocationFactory.Default[] 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 TypeProxy.InvocationFactory.Default 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