public interface

FormatProvider

humanize.spi.FormatProvider
Known Indirect Subclasses

Class Overview

Contract for contributing a Format implementation to the ExtendedMessageFormat registry.

Summary

Public Methods
abstract FormatFactory getFactory()
Gets the format factory.
abstract String getFormatName()
Gets the format name that will be registered.

Public Methods

public abstract FormatFactory getFactory ()

Gets the format factory.

Returns

public abstract String getFormatName ()

Gets the format name that will be registered. If you want to register multiple names for a format then return a String with the names concatenated by a vertical bar character '|'.

Returns
  • the format name