public class ContainerObjectUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAllAnnotations(Class<?> source,
Class<T> annotationClass) |
static <T> T |
getTopCubeAttribute(Class<?> source,
String nameField,
Class<? extends Annotation> annotationClass,
T defaultValue) |
public static <T extends Annotation> List<T> getAllAnnotations(Class<?> source, Class<T> annotationClass)
public static <T> T getTopCubeAttribute(Class<?> source, String nameField, Class<? extends Annotation> annotationClass, T defaultValue)
Copyright © 2018 JBoss by Red Hat. All rights reserved.