T - The type of value the conformer (that this factory produces) checks.public static interface Conformer.Factory<T>
| Modifier and Type | Method and Description |
|---|---|
Conformer<T> |
build()
Instantiates a new Conformer.
|
Conformer.Factory<T> |
setSchemaStreamSupplier(java.util.function.Supplier<InputStream> schemaStream)
Sets the stream containing schema data for the Conformer.
|
Conformer.Factory<T> setSchemaStreamSupplier(java.util.function.Supplier<InputStream> schemaStream)
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.