Class EnumCreator
- java.lang.Object
-
- io.smallrye.graphql.schema.creator.type.EnumCreator
-
-
Constructor Summary
Constructors Constructor Description EnumCreator(TypeAutoNameStrategy autoNameStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumTypecreate(org.jboss.jandex.ClassInfo classInfo, Reference reference)StringgetDirectiveLocation()voidsetDirectives(Directives directives)
-
-
-
Constructor Detail
-
EnumCreator
public EnumCreator(TypeAutoNameStrategy autoNameStrategy)
-
-
Method Detail
-
setDirectives
public void setDirectives(Directives directives)
-
getDirectiveLocation
public String getDirectiveLocation()
- Specified by:
getDirectiveLocationin interfaceCreator<EnumType>
-
-