Class DefaultFormatter
java.lang.Object
de.bsvrz.sys.funclib.kappich.properties.DefaultFormatter
- All Implemented Interfaces:
PropertyFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(PropertyName propertyName, Object o) Formatiert eine Eigenschaft
-
Constructor Details
-
DefaultFormatter
public DefaultFormatter()
-
-
Method Details
-
format
Description copied from interface:PropertyFormatterFormatiert eine Eigenschaft- Specified by:
formatin interfacePropertyFormatter- Parameters:
propertyName- Annotation der Eigenschafto- Zu formatierendes Objekt- Returns:
- Formatierter String
-