getAll
Return all @ConfigurationProperties beans contained in the given application context. Both directly annotated beans, as well as beans that have @ConfigurationProperties annotated factory methods are included.
Return
a map of all configuration properties beans keyed by the bean name
Parameters
applicationContext
the source application context