public class TypeCreator extends Object implements Creator<Type>
The type object has fields that might reference other types that should still be created. It might also implement some interfaces that should be created. It might also have some operations that reference other types that should still be created.
| Constructor and Description |
|---|
TypeCreator(ReferenceCreator referenceCreator,
FieldCreator fieldCreator,
OperationCreator operationCreator,
TypeAutoNameStrategy autoNameStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Type |
create(org.jboss.jandex.ClassInfo classInfo,
Reference reference) |
void |
setDirectiveTypes(List<DirectiveType> directiveTypes) |
public TypeCreator(ReferenceCreator referenceCreator, FieldCreator fieldCreator, OperationCreator operationCreator, TypeAutoNameStrategy autoNameStrategy)
Copyright © 2018–2021. All rights reserved.