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_DATEThe formatter to be used forAdjustableDate, printing the unadjusted date.static ValueFormatter<CurrencyAmount>ValueFormatters. CURRENCY_AMOUNTThe formatter to be used forCurrencyAmount.static ValueFormatter<CurrencyParameterSensitivity>ValueFormatters. CURRENCY_PARAMETER_SENSITIVITYThe formatter to be used forCurrencyParameterSensitivity.static ValueFormatter<Double>ValueFormatters. DOUBLEThe formatter to be used fordouble.static ValueFormatter<double[]>ValueFormatters. DOUBLE_ARRAYThe formatter to be used fordouble[].static ValueFormatter<Object>ValueFormatters. TO_STRINGThe default formatter that returns the value of thetoString()method.static ValueFormatter<Object>ValueFormatters. UNSUPPORTEDThe 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 theformatterproperty.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.
-