Interface Creator<T>
- Type Parameters:
T- the created type
- All Known Implementing Classes:
EnumCreator,InputTypeCreator,InterfaceCreator,TypeCreator,UnionCreator
public interface Creator<T>
Something that can create object types on the schema
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
create
-
getDirectiveLocation
String getDirectiveLocation()
-