Class ProductRestTemplateFactory
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.ProductRestTemplateFactory
Product rest template factory.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classCustom exception handler.static classProduct rest template specialization. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a RestTemplate configured to support Product.
-
Constructor Details
-
ProductRestTemplateFactory
public ProductRestTemplateFactory()
-
-
Method Details
-
createProductRestTemplate
@Bean @Qualifier("productRestTemplate") public ProductRestTemplateFactory.ProductRestTemplate createProductRestTemplate()Create a RestTemplate configured to support Product.- Returns:
RestTemplateconfigured to support Product API.
-