public class InterfaceCreator extends Object implements Creator<InterfaceType>
| Constructor and Description |
|---|
InterfaceCreator(ReferenceCreator referenceCreator,
FieldCreator fieldCreator,
TypeAutoNameStrategy autoNameStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canAddInterfaceIntoScheme(String interfaceFullName)
Check if interface can be added into GraphQL schema, eg.
|
InterfaceType |
create(org.jboss.jandex.ClassInfo classInfo,
Reference reference) |
public InterfaceCreator(ReferenceCreator referenceCreator, FieldCreator fieldCreator, TypeAutoNameStrategy autoNameStrategy)
public InterfaceType create(org.jboss.jandex.ClassInfo classInfo, Reference reference)
create in interface Creator<InterfaceType>public static boolean canAddInterfaceIntoScheme(String interfaceFullName)
interfaceFullName - full name of the interface, including package nameCopyright © 2018–2021. All rights reserved.