File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/beans Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 17
17
package org .springframework .boot .actuate .beans ;
18
18
19
19
import java .util .HashMap ;
20
- import java .util .List ;
21
20
import java .util .Map ;
22
21
23
22
import org .springframework .beans .factory .config .BeanDefinition ;
@@ -58,24 +57,6 @@ public ApplicationContextDescriptor beans() {
58
57
return ApplicationContextDescriptor .describing (this .context );
59
58
}
60
59
61
- /**
62
- * Response produced by the {@link BeansEndpoint}, primarily intended for
63
- * serialization to JSON.
64
- */
65
- public static class BeansEndpointResponse {
66
-
67
- private List <ApplicationContextDescriptor > contexts ;
68
-
69
- public BeansEndpointResponse (List <ApplicationContextDescriptor > contexts ) {
70
- this .contexts = contexts ;
71
- }
72
-
73
- public List <ApplicationContextDescriptor > getContexts () {
74
- return this .contexts ;
75
- }
76
-
77
- }
78
-
79
60
/**
80
61
* A description of an application context, primarily intended for serialization to
81
62
* JSON.
You can’t perform that action at this time.
0 commit comments