Uses of Class
com.almis.awe.config.RestConfigProperties
Packages that use RestConfigProperties
-
Uses of RestConfigProperties in com.almis.awe.autoconfigure
Methods in com.almis.awe.autoconfigure with parameters of type RestConfigPropertiesModifier and TypeMethodDescriptionAweAutoConfiguration.microserviceConnector
(org.springframework.http.client.ClientHttpRequestFactory requestFactory, QueryUtil queryUtil, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RestConfigProperties restConfigProperties) Microservice connectorAweAutoConfiguration.restConnector
(org.springframework.http.client.ClientHttpRequestFactory requestFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RestConfigProperties restConfigProperties) REST connectorConstructors in com.almis.awe.autoconfigure with parameters of type RestConfigPropertiesModifierConstructorDescriptionRestConfig
(RestConfigProperties properties) Rest config constructor -
Uses of RestConfigProperties in com.almis.awe.service.connector
Constructors in com.almis.awe.service.connector with parameters of type RestConfigPropertiesModifierConstructorDescriptionMicroserviceConnector
(org.springframework.http.client.ClientHttpRequestFactory requestFactory, QueryUtil queryUtil, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RestConfigProperties restConfigProperties) Autowired constructorRestConnector
(org.springframework.http.client.ClientHttpRequestFactory requestFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RestConfigProperties restConfigProperties) Autowired constructor