Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
static <TKey,TValue> |
MapperMetadata.create(Class<TKey> keyType,
Class<TValue> valueType,
IMapper<TKey,TValue> mapper)
Creates an instance for the specified mapper.
|
MapperMetadata |
MapperRegistry.getMapperMetadata(Object tag) |
MapperMetadata |
IMapperRegistry.getMapperMetadata(Object tag)
Gets the mapper
meta data for the mapper that is registered using the tag . |
Modifier and Type | Method and Description |
---|---|
void |
MapperRegistry.setMapperMetadata(Object tag,
MapperMetadata metadata) |
void |
IMapperRegistry.setMapperMetadata(Object tag,
MapperMetadata metadata)
Sets the mapper meta data for the mapper that has been
registered
using the provided tag . |
Constructor and Description |
---|
MapperMetadata(MapperMetadata metadata)
Initializes a new instance of the
MapperMetadata from the given instance class. |
Modifier and Type | Method and Description |
---|---|
MapperMetadata |
MapperOutputHandler.getMapperMetadata()
Gets the mapper metadata to serialize to the key definition.
|
Modifier and Type | Method and Description |
---|---|
void |
MapperOutputHandler.setMapperMetadata(MapperMetadata value)
Sets the mapper metadata to serialize to the key definition.
|