Package me.datafox.dfxengine.text.api
Interface Named<T>
public interface Named<T>
An interface that signals that the implementing class has a name in singular and plural form.
Named
must be the
class of the implementing class or its superclass or superinterface. Classes implementing this interface will have
priority over NameConverters
, but not the names explicitly configured with the
TextFactory
.-
Method Summary
-
Method Details
-
getName
- Returns:
of this object
-