Uses of Enum
io.smallrye.openapi.runtime.io.Format
Packages that use Format
Package
Description
-
Uses of Format in io.smallrye.openapi.api
Constructor parameters in io.smallrye.openapi.api with type arguments of type FormatModifierConstructorDescriptionprotectedSmallRyeOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI model, Object jsonModel, BiFunction<?, Format, String> toString) -
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 FormatModifierConstructorDescriptionOpenApiStaticFile(InputStream content, Format format) OpenApiStaticFile(URL locator, InputStream content, Format 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 TypeMethodDescriptionJsonIO.fromReader(Reader reader, Format format) Read a JSON or YAML document from aReader.default VJsonIO.fromStream(InputStream stream, Format format) Read a JSON or YAML document from anInputStream.default VJsonIO.fromString(String value, Format format) Read a JSON or YAML document from aStringstatic org.eclipse.microprofile.openapi.models.OpenAPIOpenApiParser.parse(InputStream stream, Format format, OpenApiConfig config) Deprecated.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) Deprecated.Serializes the given OpenAPI object into either JSON or YAML and returns it as a string.static StringDeprecated.Serializes the given OpenAPI object into either JSON or YAML and returns it as a string.Serialize a JSON value to a JSON or YAML string