Class 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 Detail

      • DefaultFormatter

        public DefaultFormatter()
    • 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 interface PropertyFormatter
        Parameters:
        propertyName - Annotation der Eigenschaft
        o - Zu formatierendes Objekt
        Returns:
        Formatierter String