| Interface | Description |
|---|---|
| Conformer<T> |
Conformer represents a type that can check whether some object instance of type T follows a set of restrictions (a
schema) enforced by this conformer.
|
| Conformer.Factory<T> |
Factory interface for Conformers.
|
| Class | Description |
|---|---|
| JsonConformer |
Validates using JSON Validator.
|
| JsonConformer.Factory |
Factory for JsonConformer.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.