public class IgnoreHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
shouldIgnore(Annotations annotations)
See if we should ignore this.
|
static boolean |
shouldIgnore(Annotations annotations,
org.jboss.jandex.FieldInfo fieldInfo)
See if we should ignore this.
|
public static boolean shouldIgnore(Annotations annotations)
annotations - annotationspublic static boolean shouldIgnore(Annotations annotations, org.jboss.jandex.FieldInfo fieldInfo)
annotations - annotationsfieldInfo - field info (if any)Copyright © 2018–2021. All rights reserved.