Class URLEncodedString
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.util.spi.URLEncodedString
-
public final class URLEncodedString extends Object
To avoid re-encoding strings into URLs we have several opportunities to reuse them and compose them more efficiently.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static URLEncodedString
fromJSon(com.google.gson.JsonElement jsonElement)
static URLEncodedString
fromString(String string)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
fromString
public static URLEncodedString fromString(String string)
-
fromJSon
public static URLEncodedString fromJSon(com.google.gson.JsonElement jsonElement)
-
-