public class UriBridge extends Object implements TwoWayStringBridge, IgnoreAnalyzerBridge
| Constructor and Description |
|---|
UriBridge() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
Object |
stringToObject(String stringValue)
Convert the index string representation to an object.
|
public Object stringToObject(String stringValue)
TwoWayStringBridgestringToObject in interface TwoWayStringBridgestringValue - The index value.Object.public String objectToString(Object object)
StringBridgeobjectToString in interface StringBridgeobject - The object to transform into a string representation.null. It can be empty though.Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.