@Deprecated public class TypedIFStringifier<T extends TypedIF> extends Object implements StringifierIF<T>
Modifier and Type | Field and Description |
---|---|
protected Function<T,TopicIF> |
grabber
Deprecated.
|
protected StringifierIF<? super TopicIF> |
topic_stringifier
Deprecated.
|
Constructor and Description |
---|
TypedIFStringifier(StringifierIF<? super TopicIF> topic_stringifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString(T typed)
Deprecated.
Returns a string representation of the type property of the typed
object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
protected StringifierIF<? super TopicIF> topic_stringifier
public TypedIFStringifier(StringifierIF<? super TopicIF> topic_stringifier)
public String toString(T typed)
toString
in interface StringifierIF<T extends TypedIF>
typed
- An object implementing TypedIF.