Package com.identityworksllc.iiq.common
Class ObjectMapper.DefaultTypeNamer
- java.lang.Object
-
- com.identityworksllc.iiq.common.ObjectMapper.DefaultTypeNamer
-
- All Implemented Interfaces:
ObjectMapper.TypeNamer
- Direct Known Subclasses:
SailpointObjectMapper.SailPointTypeNamer
- Enclosing class:
- ObjectMapper<T>
protected static class ObjectMapper.DefaultTypeNamer extends Object implements ObjectMapper.TypeNamer
Translates from a Class type to a name.By default, just retrieves the name of the class. Subclasses may extend this behavior if additional behavior is required. For example, the SailPointTypeNamer also takes plugin classloader refreshes into account.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultTypeNamer()
-
-
-
Constructor Detail
-
DefaultTypeNamer
protected DefaultTypeNamer()
-
-
Method Detail
-
getTypeName
public String getTypeName(Class<?> type)
- Specified by:
getTypeName
in interfaceObjectMapper.TypeNamer
-
-