org.hibernate.search.bridge.builtin
public class UUIDBridge extends Object implements TwoWayStringBridge
| Constructor and Description |
|---|
UUIDBridge() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
UUID |
stringToObject(String stringValue)
Convert the index string representation to an object.
|
public String objectToString(Object object)
StringBridgeobjectToString in interface StringBridgeobject - The object to transform into a string representation.null. It can be empty though.public UUID stringToObject(String stringValue)
TwoWayStringBridgestringToObject in interface TwoWayStringBridgestringValue - The index value.Object.Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved