Package org.apache.commons.text
Interface FormatFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Format factory.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getFormat
Gets or creates a format instance.- Parameters:
name
- The format type namearguments
- Arguments used to create the format instance. This allows theFormatFactory
to implement the "format style" concept fromMessageFormat
.locale
- The locale, may be null- Returns:
- The format instance
-