Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationUtils

        public AnnotationUtils()
    • 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)