| 修飾子と型 | クラスと説明 |
|---|---|
static class | BeansEndpoint.ApplicationBeans アプリケーションの Bean の説明。主に JSON への直列化を目的としています。 |
static class | BeansEndpoint.BeanDescriptor アプリケーションコンテキストでの Bean の説明。主に JSON への直列化を目的としています。 |
static class | BeansEndpoint.ContextBeans アプリケーションコンテキストの説明。主に JSON への直列化を目的としています。 |
| コンストラクターと説明 |
|---|
BeansEndpoint(ConfigurableApplicationContext context) 指定された context とそのすべての祖先の Bean を記述する新しい BeansEndpoint を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
BeansEndpoint.ApplicationBeans | beans() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic BeansEndpoint(ConfigurableApplicationContext context)
context とそのすべての祖先の Bean を記述する新しい BeansEndpoint を作成します。context - アプリケーションコンテキスト ApplicationContext.getParent()@ReadOperation public BeansEndpoint.ApplicationBeans beans()