Interface MdibMapperFactory
-
- All Implemented Interfaces:
public interface MdibMapperFactoryFactory to create MdibMapper instances.
-
-
Method Summary
Modifier and Type Method Description abstract MdibMappercreateMdibMapper(MdibAccess mdibAccess)Creates a new MdibMapper that maps from MdibAccess to org.somda.sdc.biceps.model.participant.Mdib. -
-
Method Detail
-
createMdibMapper
abstract MdibMapper createMdibMapper(MdibAccess mdibAccess)
Creates a new MdibMapper that maps from MdibAccess to org.somda.sdc.biceps.model.participant.Mdib.
- Parameters:
mdibAccess- the MDIB access where to map data from.- Returns:
a new instance to map to org.somda.sdc.biceps.model.participant.Mdib.
-
-
-
-