Class BeansEndpoint.ContextBeans
- java.lang.Object
- org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
- Enclosing class:
- BeansEndpoint
public static final class BeansEndpoint.ContextBeans extends Object
A description of an application context, primarily intended for serialization to JSON.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,BeansEndpoint.BeanDescriptor>
getBeans()
String
getParentId()
Method Detail
getParentId
public String getParentId()
getBeans
public Map<String,BeansEndpoint.BeanDescriptor> getBeans()