JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.core.naming
Interface Named
All Known Subinterfaces:
AnnotatedElement
,
Argument
<T>,
ArgumentValue
<V>,
BeanIntrospectionReference
<T>,
BeanMethod
<B,T>,
BeanProperty
<B,T>,
GenericPlaceholder
<T>,
MutableArgumentValue
<V>,
Readable
All Known Implementing Classes:
AbstractBeanIntrospectionReference
,
AbstractBeanMethod
,
AbstractBeanProperty
,
AnnotationClassValue
,
DefaultArgument
,
GenericArgument
public interface
Named
An interface for components that are named.
Since:
1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Method Detail
getName
@NonNull
java.lang.String getName()
Returns:
The name of the component
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method