Uses of Class
io.quarkus.builder.ConsumeFlag
-
Packages that use ConsumeFlag Package Description io.quarkus.builder -
-
Uses of ConsumeFlag in io.quarkus.builder
Methods in io.quarkus.builder that return ConsumeFlag Modifier and Type Method Description protected ConsumeFlagConsumeFlags. castItemOrNull(Object obj)protected ConsumeFlagConsumeFlags. itemOf(int index)static ConsumeFlagConsumeFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsumeFlag[]ConsumeFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.builder with parameters of type ConsumeFlag Modifier and Type Method Description static ConsumeFlagsConsumeFlags. of(ConsumeFlag flag)
-