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 Details

    • create

      T create(org.jboss.jandex.ClassInfo classInfo, Reference reference)
    • getDirectiveLocation

      String getDirectiveLocation()