Uses of Enum Class
io.quarkus.builder.Constraint
Packages that use Constraint
-
Uses of Constraint in io.quarkus.builder
Methods in io.quarkus.builder that return ConstraintModifier and TypeMethodDescriptionConsume.constraint()Returns the value of theconstraintrecord component.(package private) ConstraintProduce.getConstraint()static ConstraintReturns the enum constant of this class with the specified name.static Constraint[]Constraint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.builder with parameters of type ConstraintModifier and TypeMethodDescription(package private) ConsumeConsume.combine(Constraint constraint, ConsumeFlags flags) (package private) ProduceProduce.combine(Constraint constraint, ProduceFlags flags) Constructors in io.quarkus.builder with parameters of type ConstraintModifierConstructorDescription(package private)Consume(BuildStepBuilder buildStepBuilder, ItemId itemId, Constraint constraint, ConsumeFlags flags) Creates an instance of aConsumerecord class.(package private)Produce(BuildStepBuilder stepBuilder, ItemId itemId, Constraint constraint, ProduceFlags flags)