@Vetoed public class CompositeConverter extends Object implements Converter<Object,Object>
CompositeConverter converts elements in the specified sequence. Converter serves as the input for the next converter
convert(Object) method always returns the last object converted| Constructor and Description |
|---|
CompositeConverter(Converter... converters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object source)
This method always returns the last object converted from the list
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.