Package com.linecorp.centraldogma.client.updater
Creates a Java bean whose properties are mirrored from Central Dogma automatically.
-
Class Summary Class Description CentralDogmaBeanConfig Provides the necessary information toCentralDogmaBeanFactory
so that the bean properties are mirrored from a file in Central Dogma.CentralDogmaBeanConfigBuilder Builds aCentralDogmaBeanConfig
.CentralDogmaBeanFactory Creates a new bean instance that mirrors its properties from Central Dogma. -
Annotation Types Summary Annotation Type Description CentralDogmaBean Annotates a type to provide the necessary information toCentralDogmaBeanFactory
so that the bean properties are mirrored from a file in Central Dogma.