Package io.micronaut.sourcegen.model
Class InterfaceDef
java.lang.Object
io.micronaut.sourcegen.model.InterfaceDef
- All Implemented Interfaces:
ObjectDef
The interface definition.
- Since:
- 1.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The interface definition builder. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<AnnotationDef>
final Modifier[]
final String
getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.sourcegen.model.ObjectDef
asTypeDef, getName, getPackageName, getSimpleName
-
Field Details
-
name
-
modifiers
-
-
Method Details
-
builder
-
getMethods
-
getProperties
-
getTypeVariables
-
getSuperinterfaces
-
getName
-
getModifiers
-
getModifiersArray
-
getAnnotations
-
getJavadoc
-