Package org.odpi.openmetadata.adapters.connectors.restclients.spring
package org.odpi.openmetadata.adapters.connectors.restclients.spring
Package containing the original REST client connector implementation, built on Spring's RestTemplate.
It is no longer the default implementation used by the REST Client Factory, but it is kept complete and
fully working for anyone who would rather use Spring.
-
ClassesClassDescriptionSpringRESTClientConnector is responsible for issuing calls to the server's REST APIs using Spring.SpringRESTClientConnectorProvider provides the connector provider for the SpringRESTClientConnector.