|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.bridge.builtin.ClassBridge
public class ClassBridge
Convert a Class back and forth
| Constructor Summary | |
|---|---|
ClassBridge()
|
|
| Method Summary | |
|---|---|
java.lang.String |
objectToString(java.lang.Object object)
Converts the object representation to a string. |
java.lang.Object |
stringToObject(java.lang.String stringValue)
Convert the index string representation to an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassBridge()
| Method Detail |
|---|
public java.lang.Object stringToObject(java.lang.String stringValue)
TwoWayStringBridge
stringToObject in interface TwoWayStringBridgestringValue - The index value.
Object.public java.lang.String objectToString(java.lang.Object object)
StringBridge
objectToString in interface StringBridgeobject - The object to transform into a string representation.
null. It can be empty though.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||