Class DefaultFormatter
- java.lang.Object
-
- de.bsvrz.sys.funclib.kappich.properties.DefaultFormatter
-
- All Implemented Interfaces:
PropertyFormatter
public class DefaultFormatter extends java.lang.Object implements PropertyFormatter
-
-
Constructor Summary
Constructors Constructor Description DefaultFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(PropertyName propertyName, java.lang.Object o)
Formatiert eine Eigenschaft
-
-
-
Method Detail
-
format
public java.lang.String format(@Nullable PropertyName propertyName, java.lang.Object o)
Description copied from interface:PropertyFormatter
Formatiert eine Eigenschaft- Specified by:
format
in interfacePropertyFormatter
- Parameters:
propertyName
- Annotation der Eigenschafto
- Zu formatierendes Objekt- Returns:
- Formatierter String
-
-