Modifier and Type | Class and Description |
---|---|
class |
DescrFieldDefinition |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
DescrTypeDefinition.findInheritedDeclaredFields() |
List<FieldDefinition> |
DescrTypeDefinition.getKeyFields() |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
TypeDefinition.findInheritedDeclaredFields() |
List<? extends FieldDefinition> |
TypeDefinition.getFields() |
List<FieldDefinition> |
TypeDefinition.getKeyFields() |
Modifier and Type | Method and Description |
---|---|
static GeneratedConstructor |
GeneratedConstructor.factory(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass,
List<? extends FieldDefinition> typeDeclarationFields) |
static GeneratedConstructor |
GeneratedConstructor.factoryEnum(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass,
List<FieldDefinition> typeDeclarationFields) |
void |
GeneratedConstructor.generateConstructor(Collection<FieldDefinition> inheritedFields,
List<FieldDefinition> keyFields) |
void |
GeneratedConstructor.generateConstructor(Collection<FieldDefinition> inheritedFields,
List<FieldDefinition> keyFields) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.