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:PropertyFormatter
Formatiert eine Eigenschaft- Specified by:
format
in interfacePropertyFormatter
- Parameters:
propertyName
- Annotation der Eigenschafto
- Zu formatierendes Objekt- Returns:
- Formatierter String
-