Uses of Enum Class
com.vaadin.hilla.parser.core.OpenAPIFileType
Packages that use OpenAPIFileType
-
Uses of OpenAPIFileType in com.vaadin.hilla.parser.core
Methods in com.vaadin.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 com.vaadin.hilla.parser.core with parameters of type OpenAPIFileTypeModifier and TypeMethodDescription@NonNull ParserParser.openAPISource(@NonNull String source, @NonNull OpenAPIFileType type) Parses the OpenAPI source string with the provided parser and merges the result into the current OpenAPI object.