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 booleanequals(Object obj)static URLEncodedStringfromJSon(com.google.gson.JsonElement jsonElement)static URLEncodedStringfromString(String string)inthashCode()StringtoString()
-
-
-
Method Detail
-
fromString
public static URLEncodedString fromString(String string)
-
fromJSon
public static URLEncodedString fromJSon(com.google.gson.JsonElement jsonElement)
-
-