public class MockHelper extends Object
| Constructor and Description | 
|---|
MockHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addToCollectionIfNotNull(Collection collection,
                        Object value)  | 
static boolean | 
isNotEmpty(Collection collection)  | 
static boolean | 
targetEquals(org.jboss.jandex.AnnotationTarget t1,
            org.jboss.jandex.AnnotationTarget t2)  | 
static org.jboss.jandex.AnnotationValue[] | 
toArray(List<org.jboss.jandex.AnnotationValue> list)  | 
public static org.jboss.jandex.AnnotationValue[] toArray(List<org.jboss.jandex.AnnotationValue> list)
public static void addToCollectionIfNotNull(Collection collection, Object value)
public static boolean targetEquals(org.jboss.jandex.AnnotationTarget t1,
                   org.jboss.jandex.AnnotationTarget t2)
t1 - can't be nullt2 - can't be nullpublic static boolean isNotEmpty(Collection collection)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.