| Package | Description |
|---|---|
| org.cornutum.tcases.openapi |
| Modifier and Type | Class and Description |
|---|---|
static class |
FormattedString.Base64
Uses the base64 string representation of this object.
|
static class |
FormattedString.Date
Uses the RFC3339 full-date representation of this object.
|
static class |
FormattedString.DateTime
Uses the RFC3339 date-time representation of this object.
|
static class |
FormattedString.Native
Uses the native string representation of this object.
|
static class |
FormattedString.Null
Uses the null string representation of this object.
|
static class |
FormattedString.Uuid
Uses the UUID string representation of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static FormattedString |
FormattedString.of(String format,
Object object)
Creates a FormattedString for the given object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FormattedString> |
FormattedString.of(String format,
Iterable<?> objects)
Creates a FormattedString for each of the given objects.
|
Copyright © 2020 The Cornutum Project. All rights reserved.