Package io.smallrye.graphql.schema.model
Class DirectiveInstance
- java.lang.Object
-
- io.smallrye.graphql.schema.model.DirectiveInstance
-
-
Constructor Summary
Constructors Constructor Description DirectiveInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectiveTypegetType()ObjectgetValue(String name)Map<String,Object>getValues()voidsetType(DirectiveType type)voidsetValue(String name, Object value)voidsetValues(Map<String,Object> values)StringtoString()
-
-
-
Method Detail
-
getType
public DirectiveType getType()
-
setType
public void setType(DirectiveType type)
-
-