Uses of Interface
at.twinformatics.eureka.adapter.consul.mapper.MetadataMapper
-
Packages that use MetadataMapper Package Description at.twinformatics.eureka.adapter.consul at.twinformatics.eureka.adapter.consul.mapper -
-
Uses of MetadataMapper in at.twinformatics.eureka.adapter.consul
Methods in at.twinformatics.eureka.adapter.consul that return MetadataMapper Modifier and Type Method Description MetadataMapperEurekaConsulAdapterConfig. instanceMetadataMapper()Methods in at.twinformatics.eureka.adapter.consul with parameters of type MetadataMapper Modifier and Type Method Description ServiceControllerEurekaConsulAdapterConfig. serviceController(RegistrationService registrationService, MetadataMapper metadataMapper)InstanceInfoMapperEurekaConsulAdapterConfig. serviceMapper(MetadataMapper metadataMapper) -
Uses of MetadataMapper in at.twinformatics.eureka.adapter.consul.mapper
Classes in at.twinformatics.eureka.adapter.consul.mapper that implement MetadataMapper Modifier and Type Class Description classNodeMetadataMapperclassServiceMetadataMapperMethods in at.twinformatics.eureka.adapter.consul.mapper with parameters of type MetadataMapper Modifier and Type Method Description voidInstanceInfoMapper. setMetadataMapper(MetadataMapper metadataMapper)Constructors in at.twinformatics.eureka.adapter.consul.mapper with parameters of type MetadataMapper Constructor Description InstanceInfoMapper(MetadataMapper metadataMapper)
-