Class MappedSuperClassIntrospectionMapper
java.lang.Object
io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
io.micronaut.inject.beans.visitor.MappedSuperClassIntrospectionMapper
- All Implemented Interfaces:
Named
,AnnotationMapper<Annotation>
,NamedAnnotationMapper
@Internal
public class MappedSuperClassIntrospectionMapper
extends EntityIntrospectedAnnotationMapper
Handle mapped super class.
- Since:
- 1.1.2
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
map
-
Constructor Details
-
MappedSuperClassIntrospectionMapper
public MappedSuperClassIntrospectionMapper()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamed
- Overrides:
getName
in classEntityIntrospectedAnnotationMapper
- Returns:
- The name of the component
-