|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordFormat
A RecordFormat provides format specific processing for a Record
parser.
Implementations of this interface must be thread-safe.
Method Summary | |
---|---|
boolean |
matches(UnmarshallingContext context)
Returns whether the record meets configured matching criteria during unmarshalling. |
void |
validate(UnmarshallingContext context)
Validates a record during unmarshalling. |
Method Detail |
---|
boolean matches(UnmarshallingContext context)
context
- the UnmarshallingContext
void validate(UnmarshallingContext context)
context
- the UnmarshallingContext
to validate
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |