Package io.quarkus.deployment
Class BuildProducerImpl<T extends io.quarkus.builder.item.BuildItem>
java.lang.Object
io.quarkus.deployment.BuildProducerImpl<T>
- Type Parameters:
T-
- All Implemented Interfaces:
BuildProducer<T>
public class BuildProducerImpl<T extends io.quarkus.builder.item.BuildItem>
extends Object
implements BuildProducer<T>
Producer class used by the source generated from the annotation processor
-
Constructor Summary
ConstructorsConstructorDescriptionBuildProducerImpl(Class<T> type, io.quarkus.builder.BuildContext buildContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.deployment.annotations.BuildProducer
produce
-
Constructor Details
-
BuildProducerImpl
-
-
Method Details
-
produce
- Specified by:
producein interfaceBuildProducer<T extends io.quarkus.builder.item.BuildItem>
-