Ankeet's backend garden
Configuration
[
dropwizard
] construct
you can use annotations to validate the yaml as it's converted to java object
e.g.
[[NotEmpty]]
from javax.validation etc
use
[[@JsonProperty]]
on the setters and getters so that jackson can automatically serialize and deserialize it
Referred in
dropwizard
dropwizard
Configuration