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