Enum Class TypePool.Default.ComponentTypeLocator.Illegal

java.lang.Object
java.lang.Enum<TypePool.Default.ComponentTypeLocator.Illegal>
net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.Illegal
All Implemented Interfaces:
Serializable, Comparable<TypePool.Default.ComponentTypeLocator.Illegal>, Constable, TypePool.Default.ComponentTypeLocator
Enclosing interface:
TypePool.Default.ComponentTypeLocator

public static enum TypePool.Default.ComponentTypeLocator.Illegal extends Enum<TypePool.Default.ComponentTypeLocator.Illegal> implements TypePool.Default.ComponentTypeLocator
A component type locator which cannot legally resolve an array's component type.
  • Enum Constant Details

  • Constructor Details

    • Illegal

      private Illegal()
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • bind

      Binds this component type to a given property name of an annotation.
      Specified by:
      bind in interface TypePool.Default.ComponentTypeLocator
      Parameters:
      name - The name of an annotation property which the returned component type reference should query for resolving an array's component type.
      Returns:
      A component type reference to an annotation value's component type.