| Interface | Description |
|---|---|
| Builder<T> |
Interface for builders, to be able to accept a builder in addition to an instance.
|
| Class | Description |
|---|---|
| CollectionsHelper |
A set of static methods similar to Java9's List.of(), Set.of() and Map.of().
|
| Errors |
Errors utility used to file processing messages (e.g.
|
| Errors.Collector |
A collector of
Errors.ErrorMessages. |
| Errors.ErrorMessage |
Error message with a severity and a source.
|
| GenericType<T> |
Represents a full type including generics declaration, to avoid information loss due to type erasure.
|
| InputStreamHelper |
A set of static utility methods for
InputStream. |
| OptionalHelper<T> |
A wrapper on top of
Optional to replicate some of the new Java9
methods. |
| StackWalker |
A dummy replicate of Java9's StackWalker.
|
| Enum | Description |
|---|---|
| Severity |
Severity of an event.
|
| StackWalker.Option |
Option for future partial compatibility with Java9.
|
| Exception | Description |
|---|---|
| Errors.ErrorMessagesException |
Exception used by
Errors.checkValid() thrown in case there are fatal messages. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.