Class RecordableConstructorBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.RecordableConstructorBuildItem

public final class RecordableConstructorBuildItem extends MultiBuildItem
Indicates that the given class should be instantiated with the constructor with the most parameters when the object is bytecode recorded. An alternative to RecordableConstructorBuildItem for when the objects cannot be annotated
  • Constructor Details

    • RecordableConstructorBuildItem

      public RecordableConstructorBuildItem(Class<?> clazz)
  • Method Details

    • getClazz

      public Class<?> getClazz()