public interface GeneratedConstructor
| Modifier and Type | Method and Description |
|---|---|
static GeneratedConstructor |
factory(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass,
List<? extends FieldDefinition> typeDeclarationFields) |
static GeneratedConstructor |
factoryEnum(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass,
List<FieldDefinition> typeDeclarationFields) |
void |
generateConstructor(Collection<FieldDefinition> inheritedFields,
List<FieldDefinition> keyFields) |
static GeneratedConstructor factory(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass, List<? extends FieldDefinition> typeDeclarationFields)
static GeneratedConstructor factoryEnum(com.github.javaparser.ast.nodeTypes.NodeWithConstructors<?> generatedClass, List<FieldDefinition> typeDeclarationFields)
void generateConstructor(Collection<FieldDefinition> inheritedFields, List<FieldDefinition> keyFields)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.