JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.core.metrics
Interface StartupStep.Tag
Enclosing interface:
StartupStep
public static interface
StartupStep.Tag
Simple key/value association for storing step metadata.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Return the
Tag
name.
String
getValue
()
Return the
Tag
value.
Method Details
getKey
String
getKey
()
Return the
Tag
name.
getValue
String
getValue
()
Return the
Tag
value.