Uses of Enum
io.smallrye.openapi.runtime.io.Format
Packages that use Format
-
Uses of Format in io.smallrye.openapi.runtime
Methods in io.smallrye.openapi.runtime that return FormatMethods in io.smallrye.openapi.runtime with parameters of type FormatConstructors in io.smallrye.openapi.runtime with parameters of type Format -
Uses of Format in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io that return FormatModifier and TypeMethodDescriptionstatic FormatReturns 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 FormatModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectWriterOpenApiSerializer.createObjectWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Format format) Creates anObjectWriterfor the given format with the appropriate settings.static final org.eclipse.microprofile.openapi.models.OpenAPIOpenApiParser.parse(InputStream stream, Format format) static final 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 StringSerializes the given OpenAPI object into either JSON or YAML and returns it as a string.