org.hibernate.search.bridge
Interface StringBridge

All Known Subinterfaces:
TwoWayStringBridge
All Known Implementing Classes:
BigDecimalBridge, BigIntegerBridge, DateBridge, DoubleBridge, FloatBridge, IntegerBridge, LongBridge, NumberBridge, ShortBridge, StringBridge

public interface StringBridge

Transform an object into a string representation

Author:
Emmanuel Bernard

Method Summary
 String objectToString(Object object)
          convert the object representation to a String The return String must not be null, it can be empty though
 

Method Detail

objectToString

String objectToString(Object object)
convert the object representation to a String The return String must not be null, it can be empty though