Package com.identityworksllc.iiq.common
Interface ObjectMapper.TypeNamer
- 
- All Known Implementing Classes:
 ObjectMapper.DefaultTypeNamer,SailpointObjectMapper.SailPointTypeNamer
- Enclosing class:
 - ObjectMapper<T>
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface ObjectMapper.TypeNamer
A functional interface to translate a Class into its name.This may just be Class::getName, but may be a more complex behavior as needed.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTypeName(Class<?> type) 
 - 
 
- 
- 
Method Detail
- 
getTypeName
String getTypeName(Class<?> type)
 
 - 
 
 -