Record Class BuiltinBean.GeneratorContext

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

public static record BuiltinBean.GeneratorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, io.quarkus.gizmo2.creator.ClassCreator clazzCreator, io.quarkus.gizmo2.creator.BlockCreator constructor, io.quarkus.gizmo2.desc.FieldDesc providerField, AnnotationLiteralProcessor annotationLiterals, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, io.quarkus.gizmo2.ParamVar declaringBeanSupplier) extends Record
  • Constructor Details

    • GeneratorContext

      public GeneratorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, io.quarkus.gizmo2.creator.ClassCreator clazzCreator, io.quarkus.gizmo2.creator.BlockCreator constructor, io.quarkus.gizmo2.desc.FieldDesc providerField, AnnotationLiteralProcessor annotationLiterals, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, io.quarkus.gizmo2.ParamVar declaringBeanSupplier)
      Creates an instance of a GeneratorContext record class.
      Parameters:
      beanDeployment - the value for the beanDeployment record component
      injectionTarget - the value for the injectionTarget 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
      providerField - the value for the providerField record component
      annotationLiterals - the value for the annotationLiterals record component
      reflectionRegistration - the value for the reflectionRegistration record component
      injectionPointAnnotationsPredicate - the value for the injectionPointAnnotationsPredicate record component
      declaringBeanSupplier - the value for the declaringBeanSupplier 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.
    • beanDeployment

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

      public InjectionTargetInfo injectionTarget()
      Returns the value of the injectionTarget record component.
      Returns:
      the value of the injectionTarget 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.gizmo2.creator.ClassCreator clazzCreator()
      Returns the value of the clazzCreator record component.
      Returns:
      the value of the clazzCreator record component
    • constructor

      public io.quarkus.gizmo2.creator.BlockCreator constructor()
      Returns the value of the constructor record component.
      Returns:
      the value of the constructor record component
    • providerField

      public io.quarkus.gizmo2.desc.FieldDesc providerField()
      Returns the value of the providerField record component.
      Returns:
      the value of the providerField record component
    • annotationLiterals

      public AnnotationLiteralProcessor annotationLiterals()
      Returns the value of the annotationLiterals record component.
      Returns:
      the value of the annotationLiterals 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
    • declaringBeanSupplier

      public io.quarkus.gizmo2.ParamVar declaringBeanSupplier()
      Returns the value of the declaringBeanSupplier record component.
      Returns:
      the value of the declaringBeanSupplier record component