Package org.cyclos.entities
Interface EntityFormatter
-
public interface EntityFormatterFormatter for entity values
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringformatAccountNumber(IAccount account)default StringformatPhone(Phone phone)StringformatPhone(Phone phone, boolean includeExtension)static EntityFormatterget()static voidregister(EntityFormatter instance)
-
-
-
Method Detail
-
get
static EntityFormatter get()
-
register
static void register(EntityFormatter instance)
-
-