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:
Argument
<T>,
ArgumentValue
<V>,
BeanDefinition
<T>,
BeanIdentifier
,
BeanIntrospectionReference
<T>,
BeanProperty
<B,T>,
CacheInfo
,
DelegatingBeanDefinition
<T>,
DisposableBeanDefinition
<T>,
InitializingBeanDefinition
<T>,
MutableArgumentValue
<V>,
NamedAnnotationMapper
,
ProxyBeanDefinition
<T>,
Readable
,
ValidatedBeanDefinition
<T>
All Known Implementing Classes:
AbstractBeanDefinition
,
AbstractBeanIntrospectionReference
,
AbstractBeanProperty
,
AbstractParametrizedBeanDefinition
,
AnnotationClassValue
,
DefaultArgument
,
EntityIntrospectedAnnotationMapper
,
GenericArgument
,
JsonCreatorAnnotationMapper
,
KotlinNotNullMapper
,
KotlinNullableMapper
,
MappedSuperClassIntrospectionMapper
,
PersistenceContextAnnotationMapper
,
PropertyDescriptor
,
TimedAnnotationMapper
public interface
Named
An interface for components that are named.
Since:
1.0
Author:
Graeme Rocher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Method Detail
getName
@Nonnull
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