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>,
BeanDefinition
<T>,
BeanDefinitionMethodReference
<T,R>,
BeanIdentifier
,
BeanIntrospectionReference
<T>,
BeanProperty
<B,T>,
ClassElement
,
ConstructorElement
,
DelegatingBeanDefinition
<T>,
DelegatingExecutableMethod
<T,R>,
DisposableBeanDefinition
<T>,
Element
,
EnumElement
,
EventLoopGroupConfiguration
,
ExecutableMethod
<T,R>,
FieldElement
,
FieldInjectionPoint
<B,T>,
InitializingBeanDefinition
<T>,
MemberElement
,
MethodBasedRouteMatch
<T,R>,
MethodElement
,
MethodExecutionHandle
<T,R>,
MethodInvocationContext
<T,R>,
MethodReference
<T,R>,
MutableArgumentValue
<V>,
NamedAnnotationMapper
,
NamedAnnotationTransformer
,
ParameterElement
,
PropertyElement
,
ProxyBeanDefinition
<T>,
Readable
,
TypedElement
,
UriRouteMatch
<T,R>,
ValidatedBeanDefinition
<T>
All Known Implementing Classes:
AbstractBeanDefinition
,
AbstractBeanIntrospectionReference
,
AbstractBeanProperty
,
AbstractExecutableMethod
,
AbstractGroovyElement
,
AbstractJavaElement
,
AbstractParametrizedBeanDefinition
,
AnnotationClassValue
,
ArgumentBeanType
,
DefaultArgument
,
DefaultEventLoopGroupConfiguration
,
EntityIntrospectedAnnotationMapper
,
GenericArgument
,
GroovyClassElement
,
GroovyConstructorElement
,
GroovyFieldElement
,
GroovyMethodElement
,
GroovyPackageElement
,
GroovyParameterElement
,
JavaClassElement
,
JavaPackageElement
,
JsonCreatorAnnotationMapper
,
KotlinNotNullMapper
,
KotlinNullableMapper
,
MappedSuperClassIntrospectionMapper
,
MethodInterceptorChain
,
NettyHttpServerConfiguration.EventLoopConfig
,
NettyHttpServerConfiguration.Parent
,
NettyHttpServerConfiguration.Worker
,
PersistenceContextAnnotationMapper
,
PrimitiveElement
,
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
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