Class MappedSuperClassIntrospectionMapper
- java.lang.Object
-
- io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
-
- io.micronaut.inject.beans.visitor.MappedSuperClassIntrospectionMapper
-
- All Implemented Interfaces:
io.micronaut.core.naming.Named,AnnotationMapper<java.lang.annotation.Annotation>,NamedAnnotationMapper
public class MappedSuperClassIntrospectionMapper extends EntityIntrospectedAnnotationMapper
Handle mapped super class.- Since:
- 1.1.2
-
-
Constructor Summary
Constructors Constructor Description MappedSuperClassIntrospectionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class io.micronaut.inject.beans.visitor.EntityIntrospectedAnnotationMapper
map
-
-
-
-
Method Detail
-
getName
@NonNull public java.lang.String getName()
- Specified by:
getNamein interfaceio.micronaut.core.naming.Named- Overrides:
getNamein classEntityIntrospectedAnnotationMapper
-
-