Uses of Enum Class
io.quarkus.arc.processor.ResourceOutput.Resource.SpecialType
Packages that use ResourceOutput.Resource.SpecialType
-
Uses of ResourceOutput.Resource.SpecialType in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return ResourceOutput.Resource.SpecialTypeModifier and TypeMethodDescriptionResourceOutput.Resource.getSpecialType()Returns the enum constant of this class with the specified name.static ResourceOutput.Resource.SpecialType[]ResourceOutput.Resource.SpecialType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in io.quarkus.arc.processor with type arguments of type ResourceOutput.Resource.SpecialTypeModifierConstructorDescriptionResourceClassOutput(boolean applicationClass, Function<String, ResourceOutput.Resource.SpecialType> specialTypeFunction, boolean generateSource)