public interface NameMapping<T>
Name mapping interface.
Defines the interface method that needs to be implemented for name mapping.
java.util.List<java.lang.String>
getNames(T object)
java.util.List<java.lang.String> getNames(T object)
Gets a list of names.
object