default <K,V> Mapper<K,V> |
IMapperRegistry.createMapper(Class<K> kType,
Class<V> vType,
Object tag)
Creates and adds a new Mapper to the registry using
the provided tag .
|
default <V> Mapper<IEdge,V> |
IMapperRegistry.createMapper(Class<V> valueType,
EdgeDpKey<V> tag)
Creates and adds a new Mapper with key type IEdge to
the registry using the provided tag .
|
default <V> Mapper<ILabel,V> |
IMapperRegistry.createMapper(Class<V> valueType,
ILabelLayoutDpKey<V> tag)
Creates and adds a new Mapper with key type ILabel to
the registry using the provided tag .
|
default <V> Mapper<INode,V> |
IMapperRegistry.createMapper(Class<V> valueType,
NodeDpKey<V> tag)
Creates and adds a new Mapper with key type INode to
the registry using the provided tag .
|
default <K,V> Mapper<K,V> |
IMapperRegistry.createWeakMapper(Class<K> kType,
Class<V> vType,
Object tag)
Creates and adds a new Mapper to the registry using
the provided tag .
|
default <V> Mapper<IEdge,V> |
IMapperRegistry.createWeakMapper(Class<V> valueType,
EdgeDpKey<V> tag)
Creates and adds a new Mapper with key type IEdge to
the registry using the provided tag .
|
default <V> Mapper<ILabel,V> |
IMapperRegistry.createWeakMapper(Class<V> valueType,
ILabelLayoutDpKey<V> tag)
Creates and adds a new Mapper with key type ILabel to
the registry using the provided tag .
|
default <V> Mapper<INode,V> |
IMapperRegistry.createWeakMapper(Class<V> valueType,
NodeDpKey<V> tag)
Creates and adds a new Mapper with key type INode to
the registry using the provided tag .
|