public class JsonBridge extends Object implements org.hibernate.search.bridge.TwoWayStringBridge, org.hibernate.search.bridge.ParameterizedBridge
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH |
| Constructor and Description |
|---|
JsonBridge() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object object) |
void |
setParameterValues(Map<String,String> parameters) |
Object |
stringToObject(String stringValue) |
public static final int MAX_LENGTH
public Object stringToObject(String stringValue)
stringToObject in interface org.hibernate.search.bridge.TwoWayStringBridgepublic String objectToString(Object object)
objectToString in interface org.hibernate.search.bridge.StringBridgeCopyright © 2021. All rights reserved.