Uses of Class
dev.hilla.parser.core.ParserConfig.OpenAPIFileType
-
Packages that use ParserConfig.OpenAPIFileType Package Description dev.hilla.parser.core -
-
Uses of ParserConfig.OpenAPIFileType in dev.hilla.parser.core
Methods in dev.hilla.parser.core that return ParserConfig.OpenAPIFileType Modifier and Type Method Description static ParserConfig.OpenAPIFileTypeParserConfig.OpenAPIFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParserConfig.OpenAPIFileType[]ParserConfig.OpenAPIFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.hilla.parser.core with parameters of type ParserConfig.OpenAPIFileType Modifier and Type Method Description ParserConfig.BuilderParserConfig.Builder. openAPISource(String src, ParserConfig.OpenAPIFileType type)
-