Modifier and Type | Field and Description |
---|---|
protected StringifierIF<T> |
stringifier
Deprecated.
|
Constructor and Description |
---|
StringifierGrabber()
Deprecated.
|
StringifierGrabber(StringifierIF<T> stringifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StringifierIF<T> |
getStringifier()
Deprecated.
Gets the stringifier which is to be used.
|
String |
grab(T object)
Deprecated.
Returns an object that is somehow extracted from the given
object.
|
void |
setStringifier(StringifierIF<T> stringifier)
Deprecated.
Sets the stringifier which is to be used.
|
protected StringifierIF<T> stringifier
public StringifierGrabber()
public StringifierGrabber(StringifierIF<T> stringifier)
public StringifierIF<T> getStringifier()
public void setStringifier(StringifierIF<T> stringifier)