V
- The type of the Value components of the Map to be transformedpublic class NameIdentifierMapToStringMapConverter<V> extends Transformer<java.util.Map<NameIdentifier,V>,java.util.Map<java.lang.String,V>>
Constructor and Description |
---|
NameIdentifierMapToStringMapConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,V> |
transform(java.util.Map<NameIdentifier,V> from)
Returns an object of class <S2> that is in some sense equivalent to the given from object
|
public NameIdentifierMapToStringMapConverter()
public java.util.Map<java.lang.String,V> transform(java.util.Map<NameIdentifier,V> from)
Transformer
transform
in class Transformer<java.util.Map<NameIdentifier,V>,java.util.Map<java.lang.String,V>>
from
- an object for which an equivalent object of another class is to be returned