| Class | Description |
|---|---|
| ArrayBridge |
Each entry (
null included) of an array is indexed using the specified FieldBridge. |
| BigDecimalBridge |
Bridge a
BigDecimal to a String. |
| BigIntegerBridge |
Bridge a
BigInteger to a String. |
| BooleanBridge |
Bridge a boolean field to a
String. |
| ByteBridge | |
| CharacterBridge | |
| ClassBridge | |
| DefaultStringBridge |
Convert an object using the object's
toString method or return null if the object is null. |
| DoubleBridge | |
| EnumBridge | |
| FloatBridge | |
| IntegerBridge | |
| IterableBridge | |
| LongBridge | |
| MapBridge | |
| NumberBridge |
Base class used to bridge numbers (integer, double, etc.) as strings.
|
| NumericEncodingCalendarBridge |
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
| NumericEncodingDateBridge |
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
| ShortBridge | |
| StringBridge |
Bridge a
String to a string. |
| StringEncodingCalendarBridge |
Bridge a
java.util.Calendar to a String, truncated to the specified resolution. |
| StringEncodingDateBridge |
Bridge a
java.util.Date to a String, truncated to the specified resolution. |
| TikaBridge |
Bridge implementation which uses Apache Tika to extract data from provided input.
|
| UriBridge | |
| UrlBridge | |
| UUIDBridge |
| Enum | Description |
|---|---|
| NumericFieldBridge |
Stateless field bridges for the conversion of numbers to numeric field values.
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved