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 EigenschaftMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-