| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
TypeUtil.DataFormat |
TypeUtil.TypeWithFormat.getFormat() |
static TypeUtil.DataFormat |
TypeUtil.DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeUtil.DataFormat[] |
TypeUtil.DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeWithFormat(@NotNull org.eclipse.microprofile.openapi.models.media.Schema.SchemaType schemaType,
@NotNull TypeUtil.DataFormat format) |
Copyright © 2018–2019. All rights reserved.