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.String format​(PropertyName propertyName, java.lang.Object o)
    Formatiert eine Eigenschaft

    Methods 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

      public java.lang.String format​(@Nullable PropertyName propertyName, java.lang.Object o)
      Description copied from interface: PropertyFormatter
      Formatiert eine Eigenschaft
      Specified by:
      format in interface PropertyFormatter
      Parameters:
      propertyName - Annotation der Eigenschaft
      o - Zu formatierendes Objekt
      Returns:
      Formatierter String