Package com.algolia.search
Class Defaults
- java.lang.Object
-
- com.algolia.search.Defaults
-
public class Defaults extends Object
Class holding shared objects between all clients.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_ENCODING_DEFLATEstatic StringCONTENT_ENCODING_GZIP
-
Constructor Summary
Constructors Constructor Description Defaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()Instance of the ObjectMapper shared between all clients.
-
-
-
Field Detail
-
CONTENT_ENCODING_GZIP
public static final String CONTENT_ENCODING_GZIP
- See Also:
- Constant Field Values
-
CONTENT_ENCODING_DEFLATE
public static final String CONTENT_ENCODING_DEFLATE
- See Also:
- Constant Field Values
-
-