Uses of Class
org.hibernate.search.backend.elasticsearch.util.spi.URLEncodedString
Packages that use URLEncodedString
Package
Description
-
Uses of URLEncodedString in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type URLEncodedStringModifier and TypeMethodDescriptionElasticsearchRequest.Builder.pathComponent(URLEncodedString pathComponent) Method parameters in org.hibernate.search.backend.elasticsearch.client.spi with type arguments of type URLEncodedStringModifier and TypeMethodDescriptionElasticsearchRequest.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 URLEncodedStringModifier and TypeMethodDescriptionstatic URLEncodedStringURLEncodedString.fromString(String string)