public interface StringifierRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
add(Class<?> theClass,
Stringifier stringifier)
Add a mapping from a Class to a Stringifier
|
Stringifier |
lookup(Class<?> theClass)
Lookup a Stringifier from a Class.
|
void add(Class<?> theClass, Stringifier stringifier)
theClass - the Class to which the Stringifier should be associatedstringifier - the Stringifier for the classStringifier lookup(Class<?> theClass)
theClass - the ClassCopyright © 2017. All rights reserved.