Record Class BuiltinBean.GeneratorContext

java.lang.Object
java.lang.Record
io.quarkus.arc.processor.BuiltinBean.GeneratorContext
Enclosing class:
BuiltinBean

public static record BuiltinBean.GeneratorContext(io.quarkus.gizmo.ClassOutput classOutput, BeanDeployment beanDeployment, InjectionPointInfo injectionPoint, io.quarkus.gizmo.ClassCreator clazzCreator, io.quarkus.gizmo.MethodCreator constructor, String providerName, AnnotationLiteralProcessor annotationLiterals, InjectionTargetInfo targetInfo, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate) extends Record
  • Constructor Details

    • GeneratorContext

      public GeneratorContext(io.quarkus.gizmo.ClassOutput classOutput, BeanDeployment beanDeployment, InjectionPointInfo injectionPoint, io.quarkus.gizmo.ClassCreator clazzCreator, io.quarkus.gizmo.MethodCreator constructor, String providerName, AnnotationLiteralProcessor annotationLiterals, InjectionTargetInfo targetInfo, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate)
      Creates an instance of a GeneratorContext record class.
      Parameters:
      classOutput - the value for the classOutput record component
      beanDeployment - the value for the beanDeployment record component
      injectionPoint - the value for the injectionPoint record component
      clazzCreator - the value for the clazzCreator record component
      constructor - the value for the constructor record component
      providerName - the value for the providerName record component
      annotationLiterals - the value for the annotationLiterals record component
      targetInfo - the value for the targetInfo record component
      reflectionRegistration - the value for the reflectionRegistration record component
      injectionPointAnnotationsPredicate - the value for the injectionPointAnnotationsPredicate record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • classOutput

      public io.quarkus.gizmo.ClassOutput classOutput()
      Returns the value of the classOutput record component.
      Returns:
      the value of the classOutput record component
    • beanDeployment

      public BeanDeployment beanDeployment()
      Returns the value of the beanDeployment record component.
      Returns:
      the value of the beanDeployment record component
    • injectionPoint

      public InjectionPointInfo injectionPoint()
      Returns the value of the injectionPoint record component.
      Returns:
      the value of the injectionPoint record component
    • clazzCreator

      public io.quarkus.gizmo.ClassCreator clazzCreator()
      Returns the value of the clazzCreator record component.
      Returns:
      the value of the clazzCreator record component
    • constructor

      public io.quarkus.gizmo.MethodCreator constructor()
      Returns the value of the constructor record component.
      Returns:
      the value of the constructor record component
    • providerName

      public String providerName()
      Returns the value of the providerName record component.
      Returns:
      the value of the providerName record component
    • annotationLiterals

      public AnnotationLiteralProcessor annotationLiterals()
      Returns the value of the annotationLiterals record component.
      Returns:
      the value of the annotationLiterals record component
    • targetInfo

      public InjectionTargetInfo targetInfo()
      Returns the value of the targetInfo record component.
      Returns:
      the value of the targetInfo record component
    • reflectionRegistration

      public ReflectionRegistration reflectionRegistration()
      Returns the value of the reflectionRegistration record component.
      Returns:
      the value of the reflectionRegistration record component
    • injectionPointAnnotationsPredicate

      public Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate()
      Returns the value of the injectionPointAnnotationsPredicate record component.
      Returns:
      the value of the injectionPointAnnotationsPredicate record component