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