Class ZoningIdMapper

    • Constructor Detail

      • ZoningIdMapper

        public ZoningIdMapper​(IdMapperType mappingType)
        Create id mappers per type based on a given id mapping type
        Parameters:
        mappingType - to apply
    • Method Detail

      • getZoneIdMapper

        public Function<? super Zone,​String> getZoneIdMapper()
        get id mapper for Zone
        Returns:
        id mapper
      • getConnectoidIdMapper

        public Function<Connectoid,​String> getConnectoidIdMapper()
        get id mapper for Connectoid
        Returns:
        id mapper
      • getTransferZoneGroupIdMapper

        public Function<TransferZoneGroup,​String> getTransferZoneGroupIdMapper()
        get id mapper for TransferZoneGroup
        Returns:
        id mapper
      • getZoningIdMapper

        public Function<Zoning,​String> getZoningIdMapper()
        get id mapper for Zoning
        Returns:
        id mapper