Class ParsingDocumentFilter<T>

Type Parameters:
T - the value type
Direct Known Subclasses:
CaseDocumentFilter

public class ParsingDocumentFilter<T> extends ValidationDocumentFilter<T>
A DocumentFilter which parses a value from the document text and allows for validation of the parsed value.