Class LobidClient
java.lang.Object
de.digitalcollections.cudami.lobid.client.LobidClient
public class LobidClient
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.net.http.HttpClienthttp -
Constructor Summary
Constructors Constructor Description LobidClient()LobidClient(java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)LobidClient(java.net.http.HttpClient http, java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and Type Method Description LobidCorporateBodiesClientforCorporateBodies()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
http
protected final java.net.http.HttpClient http
-
-
Constructor Details
-
LobidClient
public LobidClient() -
LobidClient
public LobidClient(java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper) -
LobidClient
public LobidClient(java.net.http.HttpClient http, java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
forCorporateBodies
-