Class 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 Detail

      • RecordableConstructorBuildItem

        public RecordableConstructorBuildItem​(Class<?> clazz)
    • Method Detail

      • getClazz

        public Class<?> getClazz()