Uses of Class
io.smallrye.openapi.runtime.io.Format
-
Packages that use Format Package Description io.smallrye.openapi.runtime io.smallrye.openapi.runtime.io -
-
Uses of Format in io.smallrye.openapi.runtime
Methods in io.smallrye.openapi.runtime that return Format Modifier and Type Method Description FormatOpenApiStaticFile. getFormat()Methods in io.smallrye.openapi.runtime with parameters of type Format Modifier and Type Method Description voidOpenApiStaticFile. setFormat(Format format)Constructors in io.smallrye.openapi.runtime with parameters of type Format Constructor Description OpenApiStaticFile(InputStream content, Format format) -
Uses of Format in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io that return Format Modifier and Type Method Description static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.openapi.runtime.io with parameters of type Format Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectWriterOpenApiSerializer. createObjectWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Format format)Creates anObjectWriterfor the given format with the appropriate settings.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiParser. parse(InputStream stream, Format format)static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiParser. parse(InputStream stream, Format format, Integer maximumStaticFileSize)Parses the resource found at the given stream.static StringOpenApiSerializer. serialize(org.eclipse.microprofile.openapi.models.OpenAPI openApi, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Format format)Serializes the given OpenAPI object into either JSON or YAML and returns it as a string.static StringOpenApiSerializer. serialize(org.eclipse.microprofile.openapi.models.OpenAPI openApi, Format format)Serializes the given OpenAPI object into either JSON or YAML and returns it as a string.
-