public class NonNullHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
markAsNonNull(org.jboss.jandex.Type type,
Annotations annotations)
Check if we should mark a certain type as non null.
|
static boolean |
markAsNonNull(org.jboss.jandex.Type type,
Annotations annotations,
boolean ignorePrimitiveCheck)
Check if we should mark a certain type as non null.
|
public static boolean markAsNonNull(org.jboss.jandex.Type type,
Annotations annotations)
type - the typeannotations - the applicable annotationspublic static boolean markAsNonNull(org.jboss.jandex.Type type,
Annotations annotations,
boolean ignorePrimitiveCheck)
type - the typeannotations - the applicable annotationsignorePrimitiveCheck - ignore the primitive ruleCopyright © 2018–2021. All rights reserved.