public class NullStringifier extends Object implements Stringifier<String>
No-op stringifier used as a null object.
| Constructor and Description |
|---|
NullStringifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
fromString(String str)
Convert the string back to a thing
|
String |
toString(String obj)
Convert the thing to a string
|
public String toString(String obj)
StringifiertoString in interface Stringifier<String>public String fromString(String str)
StringifierfromString in interface Stringifier<String>Copyright © 2015. All rights reserved.