public class ConverterUtil
extends java.lang.Object
Constructor and Description |
---|
ConverterUtil() |
Modifier and Type | Method and Description |
---|---|
static <E> Converter<E> |
findTail(Converter<E> head) |
static void |
startConverters(Converter head)
Start converters in the chain of converters.
|