Uses of Enum Class
dev.hilla.parser.core.OpenAPIFileType
Packages that use OpenAPIFileType
-
Uses of OpenAPIFileType in dev.hilla.parser.core
Methods in dev.hilla.parser.core that return OpenAPIFileTypeModifier and TypeMethodDescriptionstatic OpenAPIFileTypeReturns the enum constant of this class with the specified name.static OpenAPIFileType[]OpenAPIFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hilla.parser.core with parameters of type OpenAPIFileTypeModifier and TypeMethodDescriptionParser.openAPISource(String source, OpenAPIFileType type) Parses the OpenAPI source string with the provided parser and merges the result into the current OpenAPI object.