Uses of Class
org.hglteam.config.remote.RemoteConfigRestServiceProperties
-
Packages that use RemoteConfigRestServiceProperties Package Description org.hglteam.config.remote -
-
Uses of RemoteConfigRestServiceProperties in org.hglteam.config.remote
Classes in org.hglteam.config.remote with type parameters of type RemoteConfigRestServiceProperties Modifier and Type Class Description static classRemoteConfigRestServiceProperties.RemoteConfigRestServicePropertiesBuilder<C extends RemoteConfigRestServiceProperties,B extends RemoteConfigRestServiceProperties.RemoteConfigRestServicePropertiesBuilder<C,B>>Methods in org.hglteam.config.remote that return RemoteConfigRestServiceProperties Modifier and Type Method Description static RemoteConfigRestServicePropertiesRemoteConfiguration. remoteConfigRestServiceProperties(org.springframework.core.env.Environment environment)Deprecated.Methods in org.hglteam.config.remote with parameters of type RemoteConfigRestServiceProperties Modifier and Type Method Description protected RemoteConfigRestClientRestRemoteConfigurationInitializer. createRemoteConfigServiceClient(RemoteConfigRestServiceProperties properties, RemoteConfigObjectFactory objectFactory)static RemoteConfigRestClientRemoteConfiguration. remoteConfigRestClient(RemoteConfigRestServiceProperties properties, org.springframework.web.client.RestTemplate restTemplate, RemoteConfigObjectFactory remoteConfigObjectFactory)Deprecated.Constructors in org.hglteam.config.remote with parameters of type RemoteConfigRestServiceProperties Constructor Description RemoteConfigRestClient(org.springframework.web.client.RestTemplate restTemplate, RemoteConfigRestServiceProperties properties, RemoteConfigObjectFactory originTrackedObjectFactory)
-