public class BuiltinArrayBridge extends ArrayBridge implements StringBridge
ArrayBridge
that can be used with Hibernate Search query DSL.Constructor and Description |
---|
BuiltinArrayBridge() |
BuiltinArrayBridge(FieldBridge fieldBridge) |
Modifier and Type | Method and Description |
---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
String |
toString() |
getElementBridge, set
public BuiltinArrayBridge()
public BuiltinArrayBridge(FieldBridge fieldBridge)
public String objectToString(Object object)
StringBridge
objectToString
in interface StringBridge
object
- The object to transform into a string representation.null
. It can be empty though.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved