Class IgnoreHelper
java.lang.Object
io.smallrye.graphql.schema.helper.IgnoreHelper
Helping to figure out if we should ignore a field.
Looking for the @Ignore and other relevant annotations.
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshouldIgnore(Annotations annotations) See if we should ignore this.static booleanshouldIgnore(Annotations annotations, org.jboss.jandex.FieldInfo fieldInfo) See if we should ignore this.
-
Method Details
-
shouldIgnore
See if we should ignore this.- Parameters:
annotations- annotations- Returns:
- true if we should.
-
shouldIgnore
See if we should ignore this.- Parameters:
annotations- annotationsfieldInfo- field info (if any)- Returns:
- true if we should.
-