|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.bridge.builtin.NumberBridge
public abstract class NumberBridge
Base class for numbers - integer, double, etc.
| Constructor Summary | |
|---|---|
NumberBridge()
|
|
| Method Summary | |
|---|---|
java.lang.String |
objectToString(java.lang.Object object)
Converts the object representation to a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.search.bridge.TwoWayStringBridge |
|---|
stringToObject |
| Constructor Detail |
|---|
public NumberBridge()
| Method Detail |
|---|
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 | |||||||||