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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(org.jboss.jandex.ClassInfo classInfo, Reference reference)StringgetDirectiveLocation()
-