Uses of Class
org.hibernate.search.backend.elasticsearch.util.spi.URLEncodedString
-
Packages that use URLEncodedString Package Description org.hibernate.search.backend.elasticsearch.client.spi org.hibernate.search.backend.elasticsearch.util.spi -
-
Uses of URLEncodedString in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type URLEncodedString Modifier and Type Method Description ElasticsearchRequest.Builder
ElasticsearchRequest.Builder. pathComponent(URLEncodedString pathComponent)
Method parameters in org.hibernate.search.backend.elasticsearch.client.spi with type arguments of type URLEncodedString Modifier and Type Method Description ElasticsearchRequest.Builder
ElasticsearchRequest.Builder. multiValuedPathComponent(Iterable<URLEncodedString> indexNames)
-
Uses of URLEncodedString in org.hibernate.search.backend.elasticsearch.util.spi
Methods in org.hibernate.search.backend.elasticsearch.util.spi that return URLEncodedString Modifier and Type Method Description static URLEncodedString
URLEncodedString. fromJSon(com.google.gson.JsonElement jsonElement)
static URLEncodedString
URLEncodedString. fromString(String string)
-