Uses of Class
com.opengamma.strata.report.framework.format.FormatSettings
-
Packages that use FormatSettings Package Description com.opengamma.strata.report.framework.format Provide the ability to format calculated values. -
-
Uses of FormatSettings in com.opengamma.strata.report.framework.format
Methods in com.opengamma.strata.report.framework.format that return FormatSettings Modifier and Type Method Description static <T> FormatSettings<T>
FormatSettings. of(FormatCategory category, ValueFormatter<T> formatter)
Obtains settings from category and formatter.<T> FormatSettings<T>
FormatSettingsProvider. settings(Class<? extends T> clazz, FormatSettings<Object> defaultSettings)
Obtains the format settings for a given type.Methods in com.opengamma.strata.report.framework.format that return types with arguments of type FormatSettings Modifier and Type Method Description Class<? extends FormatSettings<T>>
FormatSettings.Meta. beanType()
org.joda.beans.BeanBuilder<? extends FormatSettings<T>>
FormatSettings.Meta. builder()
Methods in com.opengamma.strata.report.framework.format with parameters of type FormatSettings Modifier and Type Method Description <T> FormatSettings<T>
FormatSettingsProvider. settings(Class<? extends T> clazz, FormatSettings<Object> defaultSettings)
Obtains the format settings for a given type.Constructors in com.opengamma.strata.report.framework.format with parameters of type FormatSettings Constructor Description ReportFormatter(FormatSettings<Object> defaultSettings)
Creates a new formatter with a set of default format settings.
-