public interface RecordFormat
Record
parser.
Implementations of this interface must be thread-safe.
Modifier and Type | Method and Description |
---|---|
boolean |
matches(UnmarshallingContext context)
Returns whether the record meets configured matching criteria
during unmarshalling.
|
void |
validate(UnmarshallingContext context)
Validates a record during unmarshalling.
|
boolean matches(UnmarshallingContext context)
context
- the UnmarshallingContext
void validate(UnmarshallingContext context)
context
- the UnmarshallingContext
to validate