public abstract class NumberBridge extends Object implements TwoWayStringBridge, IgnoreAnalyzerBridge
Note that it is possible to store types as numeric fields using the bridges provided by NumericFieldBridge
.
NumericFieldBridge
Constructor and Description |
---|
NumberBridge() |
Modifier and Type | Method and Description |
---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stringToObject
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