Uses of Class
org.springframework.cloud.contract.stubrunner.spring.cloud.StubMapperProperties
-
-
Uses of StubMapperProperties in org.springframework.cloud.contract.stubrunner.spring.cloud
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud with parameters of type StubMapperProperties Modifier and Type Method Description org.springframework.cloud.client.discovery.DiscoveryClientStubRunnerSpringCloudAutoConfiguration. noOpStubRunnerDiscoveryClient(StubFinder stubFinder, StubMapperProperties stubMapperProperties)org.springframework.cloud.client.discovery.ReactiveDiscoveryClientStubRunnerSpringCloudAutoConfiguration. noOpStubRunnerReactiveDiscoveryClient(StubFinder stubFinder, StubMapperProperties stubMapperProperties) -
Uses of StubMapperProperties in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.consul with parameters of type StubMapperProperties Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudConsulAutoConfiguration. stubsRegistrar(StubRunning stubRunning, com.ecwid.consul.v1.ConsulClient consulClient, StubMapperProperties stubMapperProperties, org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties consulDiscoveryProperties, org.springframework.cloud.commons.util.InetUtils inetUtils)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.consul with parameters of type StubMapperProperties Constructor Description ConsulStubsRegistrar(StubRunning stubRunning, com.ecwid.consul.v1.ConsulClient consulClient, StubMapperProperties stubMapperProperties, org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties consulDiscoveryProperties, org.springframework.cloud.commons.util.InetUtils inetUtils) -
Uses of StubMapperProperties in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka with parameters of type StubMapperProperties Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudEurekaAutoConfiguration.CloudConfig. stubsRegistrar(StubRunning stubRunning, org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry, org.springframework.context.ApplicationContext context, StubMapperProperties stubMapperProperties, org.springframework.cloud.commons.util.InetUtils inetUtils, org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean, org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean)StubsRegistrarStubRunnerSpringCloudEurekaAutoConfiguration.NonCloudConfig. stubsRegistrar(StubRunning stubRunning, org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry, org.springframework.context.ApplicationContext context, StubMapperProperties stubMapperProperties, org.springframework.cloud.commons.util.InetUtils inetUtils, org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean, org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka with parameters of type StubMapperProperties Constructor Description EurekaStubsRegistrar(StubRunning stubRunning, org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry, StubMapperProperties stubMapperProperties, org.springframework.cloud.commons.util.InetUtils inetUtils, org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean, org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean, org.springframework.context.ApplicationContext context) -
Uses of StubMapperProperties in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper with parameters of type StubMapperProperties Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudZookeeperAutoConfiguration. stubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper with parameters of type StubMapperProperties Constructor Description ZookeeperStubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)
-