|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueConverter | |
|---|---|
| org.codehaus.waffle.bind | |
| org.codehaus.waffle.bind.converters | |
| org.codehaus.waffle.bind.ognl | |
| Uses of ValueConverter in org.codehaus.waffle.bind |
|---|
| Methods in org.codehaus.waffle.bind that return ValueConverter | |
|---|---|
ValueConverter |
ValueConverterFinder.findConverter(java.lang.Class<?> type)
Should return the ValueConverter that is responsible for handling the type passed in. |
| Uses of ValueConverter in org.codehaus.waffle.bind.converters |
|---|
| Classes in org.codehaus.waffle.bind.converters that implement ValueConverter | |
|---|---|
class |
AbstractValueConverter
Abstract ValueConverter that holds utility functionality common to all value converters. |
class |
DateValueConverter
ValueConverter that converts Date values. |
class |
ListValueConverter
ValueConverter that converts a CSV value to a List. |
| Uses of ValueConverter in org.codehaus.waffle.bind.ognl |
|---|
| Classes in org.codehaus.waffle.bind.ognl that implement ValueConverter | |
|---|---|
class |
OgnlValueConverter
Ognl-based implementation of ValueConverter. |
| Methods in org.codehaus.waffle.bind.ognl that return ValueConverter | |
|---|---|
ValueConverter |
OgnlValueConverterFinder.findConverter(java.lang.Class<?> type)
|
| Constructors in org.codehaus.waffle.bind.ognl with parameters of type ValueConverter | |
|---|---|
OgnlValueConverterFinder(ValueConverter... converters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||