Class RolesAllowedDirectivesHelper
- java.lang.Object
-
- io.smallrye.graphql.schema.helper.RolesAllowedDirectivesHelper
-
public class RolesAllowedDirectivesHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DirectiveTypeROLES_ALLOWED_DIRECTIVE_TYPE
-
Constructor Summary
Constructors Constructor Description RolesAllowedDirectivesHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DirectiveInstance>transformRolesAllowedToDirectives(Annotations methodAnnotations, Annotations classAnnotations)
-
-
-
Field Detail
-
ROLES_ALLOWED_DIRECTIVE_TYPE
public static final DirectiveType ROLES_ALLOWED_DIRECTIVE_TYPE
-
-
Method Detail
-
transformRolesAllowedToDirectives
public Optional<DirectiveInstance> transformRolesAllowedToDirectives(Annotations methodAnnotations, Annotations classAnnotations)
-
-