| Interface | Description |
|---|---|
| TextConfig |
TextConfig is an interface for any configuration in Konduit Serving that should be convertable to/from JSON and YAML
This interface does two things:
(a) Adds default toJson() and toYaml() methods to the class, using Jackson
(b) Is used in testing to provide coverage tracking for to/from JSON/YAML testing
|
| Class | Description |
|---|---|
| MemMapConfig |
Copyright © 2022. All rights reserved.