Package com.wavemaker.runtime.data.util
Class AnnotationUtils
- java.lang.Object
-
- com.wavemaker.runtime.data.util.AnnotationUtils
-
public abstract class AnnotationUtils extends java.lang.Object- Since:
- 30/11/17
-
-
Constructor Summary
Constructors Constructor Description AnnotationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<PropertyDescription>findProperties(java.lang.Class<?> type)static java.util.List<java.beans.PropertyDescriptor>findProperties(java.lang.Class<?> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
-
-
Method Detail
-
findProperties
public static java.util.List<java.beans.PropertyDescriptor> findProperties(java.lang.Class<?> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
findProperties
public static java.util.List<PropertyDescription> findProperties(java.lang.Class<?> type)
-
-