Enum Class BuiltinBean

java.lang.Object
java.lang.Enum<BuiltinBean>
io.quarkus.arc.processor.BuiltinBean
All Implemented Interfaces:
Serializable, Comparable<BuiltinBean>, Constable

public enum BuiltinBean extends Enum<BuiltinBean>
Author:
Martin Kouba
  • Enum Constant Details

    • INSTANCE

      public static final BuiltinBean INSTANCE
    • INJECTION_POINT

      public static final BuiltinBean INJECTION_POINT
    • BEAN

      public static final BuiltinBean BEAN
    • INTERCEPTED_BEAN

      public static final BuiltinBean INTERCEPTED_BEAN
    • DECORATED_BEAN

      public static final BuiltinBean DECORATED_BEAN
    • BEAN_MANAGER

      public static final BuiltinBean BEAN_MANAGER
    • EVENT

      public static final BuiltinBean EVENT
    • RESOURCE

      public static final BuiltinBean RESOURCE
    • EVENT_METADATA

      public static final BuiltinBean EVENT_METADATA
    • LIST

      public static final BuiltinBean LIST
    • INTERCEPTION_PROXY

      public static final BuiltinBean INTERCEPTION_PROXY
  • Method Details

    • values

      public static BuiltinBean[] 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

      public static BuiltinBean valueOf(String name)
      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
    • matches

      public boolean matches(InjectionPointInfo injectionPoint)
    • resolvesTo

      public static boolean resolvesTo(InjectionPointInfo injectionPoint)
    • resolve

      public static BuiltinBean resolve(InjectionPointInfo injectionPoint)