| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| com.opengamma.strata.collect.named |
Named data structures.
|
| com.opengamma.strata.collect.result |
Result data structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiTableAlignment
Alignment of the data within an ASCII table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumNames<T extends Enum<T> & NamedEnum>
Helper that allows enum names to be created and parsed.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T> & NamedEnum> |
EnumNames.of(Class<T> enumType)
Creates an instance deriving the formatted string from the enum constant name.
|
static <T extends Enum<T> & NamedEnum> |
EnumNames.ofManualToString(Class<T> enumType)
Creates an instance where the
toString method is written manually. |
| Modifier and Type | Class and Description |
|---|---|
class |
FailureReason
Represents the reason why failure occurred.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.