Package interlok.csv.schema
Class ViolationsAsMetadata
java.lang.Object
interlok.csv.schema.ViolationsAsMetadata
- All Implemented Interfaces:
SchemaViolationHandler
- Direct Known Subclasses:
ErrorsAsMetadata,FailuresAsMetadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface interlok.csv.schema.SchemaViolationHandler
SchemaViolationHandler.FailureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe metadata key to store failures against.voidsetMetadataKey(String metadataKey) The metadata key to store failures against.<T extends ViolationsAsMetadata>
TwithMetadataKey(String key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface interlok.csv.schema.SchemaViolationHandler
handle, toString
-
Constructor Details
-
ViolationsAsMetadata
public ViolationsAsMetadata()
-
-
Method Details
-
withMetadataKey
-
getMetadataKey
The metadata key to store failures against. -
setMetadataKey
The metadata key to store failures against.
-