Uses of Interface
com.opengamma.strata.report.framework.format.ValueFormatter
-
Packages that use ValueFormatter Package Description com.opengamma.strata.report.framework.format Provide the ability to format calculated values. -
-
Uses of ValueFormatter in com.opengamma.strata.report.framework.format
Fields in com.opengamma.strata.report.framework.format declared as ValueFormatter Modifier and Type Field Description static ValueFormatter<AdjustableDate>
ValueFormatters. ADJUSTABLE_DATE
The formatter to be used forAdjustableDate
, printing the unadjusted date.static ValueFormatter<CurrencyAmount>
ValueFormatters. CURRENCY_AMOUNT
The formatter to be used forCurrencyAmount
.static ValueFormatter<CurrencyParameterSensitivity>
ValueFormatters. CURRENCY_PARAMETER_SENSITIVITY
The formatter to be used forCurrencyParameterSensitivity
.static ValueFormatter<Double>
ValueFormatters. DOUBLE
The formatter to be used fordouble
.static ValueFormatter<double[]>
ValueFormatters. DOUBLE_ARRAY
The formatter to be used fordouble[]
.static ValueFormatter<Object>
ValueFormatters. TO_STRING
The default formatter that returns the value of thetoString()
method.static ValueFormatter<Object>
ValueFormatters. UNSUPPORTED
The formatter to be used when no specific formatter exists for the object.Methods in com.opengamma.strata.report.framework.format that return ValueFormatter Modifier and Type Method Description ValueFormatter<T>
FormatSettings. getFormatter()
Gets the formatter to use to convert this type into a string.Methods in com.opengamma.strata.report.framework.format that return types with arguments of type ValueFormatter Modifier and Type Method Description org.joda.beans.MetaProperty<ValueFormatter<T>>
FormatSettings.Meta. formatter()
The meta-property for theformatter
property.Methods in com.opengamma.strata.report.framework.format with parameters of type ValueFormatter Modifier and Type Method Description static <T> FormatSettings<T>
FormatSettings. of(FormatCategory category, ValueFormatter<T> formatter)
Obtains settings from category and formatter.
-