Interface MdibMapperFactory
-
public interface MdibMapperFactoryFactory to create MdibMapper instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdibMappercreateMdibMapper(MdibAccess mdibAccess)
-
-
-
Method Detail
-
createMdibMapper
MdibMapper createMdibMapper(MdibAccess mdibAccess)
- Parameters:
mdibAccess- the MDIB access where to map data from.- Returns:
- a new instance to map to
Mdib.
-
-