public interface TypeDefinition
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
findInheritedDeclaredFields() |
List<AnnotationDefinition> |
getAnnotationsToBeAdded() |
List<? extends FieldDefinition> |
getFields() |
default List<String> |
getInterfacesNames() |
default Optional<String> |
getJavadoc() |
List<FieldDefinition> |
getKeyFields() |
default List<MethodDefinition> |
getMethods() |
Optional<String> |
getSuperTypeName() |
String |
getTypeName() |
String getTypeName()
List<? extends FieldDefinition> getFields()
List<FieldDefinition> getKeyFields()
List<AnnotationDefinition> getAnnotationsToBeAdded()
List<FieldDefinition> findInheritedDeclaredFields()
default List<MethodDefinition> getMethods()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.