Interface StringifierRegistryIniter
-
- All Known Implementing Classes:
StringifierRegistryIniter,StringifierRegistryIniterImpl
public interface StringifierRegistryIniterInterface for adding a Stringifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Class theClass, Stringifier theStringifier)Add a mapping from the class to its StringifierStringifierRegistrygetRegistry()Get the registry in use by this Stringifier
-
-
-
Method Detail
-
add
void add(Class theClass, Stringifier theStringifier)
Add a mapping from the class to its Stringifier
-
getRegistry
StringifierRegistry getRegistry()
Get the registry in use by this Stringifier
-
-