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
Modifier and Type Method Description java.lang.Stringformat(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:PropertyFormatterFormatiert eine Eigenschaft- Specified by:
formatin interfacePropertyFormatter- Parameters:
propertyName- Annotation der Eigenschafto- Zu formatierendes Objekt- Returns:
- Formatierter String
-
-