| Base64Value |
Base64 wrapper.
|
| Builder |
Interface for builders, to be able to accept a builder in addition to an instance.
|
| Errors |
Errors utility used to file processing messages (e.g.
|
| Errors.Collector |
|
| Errors.ErrorMessage |
Error message with a severity and a source.
|
| Errors.ErrorMessagesException |
|
| GenericType |
Represents a full type including generics declaration, to avoid information loss due to type erasure.
|
| HelidonFlavor |
Flavors of Helidon.
|
| LazyList |
Wrapper for list of LazyValues while keeping laziness.
|
| LazyValue |
A typed supplier that wraps another supplier and only retrieves the value on the first
request to Supplier.get(), caching the value for all subsequent invocations.
|
| SerializationConfig |
Support for JEP 290 - deserialization filtering.
|
| SerializationConfig.Action |
What action to take if there is no global filter configured,
or if the configuration is not according to Helidon expectations.
|
| SerializationConfig.Builder |
|
| SerializationConfig.TraceOption |
Deserialization tracing options.
|
| Severity |
Severity of an event.
|