- All Implemented Interfaces:
- Function<String,String>
public class FieldExtractor
extends Object
implements Function<String,String>
Extracts out a set of fields from a delimited string, returning
a string with the same delimiter containing only the specified fields.
The