org.hibernate.search.bridge.builtin.impl
public class BuiltinMapBridge extends MapBridge implements StringBridge
MapBridge that can be used with Hibernate Search query DSL.| Constructor and Description |
|---|
BuiltinMapBridge() |
BuiltinMapBridge(FieldBridge fieldBridge) |
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
indexEntry, indexNotNullMap, setpublic BuiltinMapBridge()
public BuiltinMapBridge(FieldBridge fieldBridge)
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-2015 Red Hat, Inc. All Rights Reserved