Package 

Object EntityUtils

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static EntityUtils INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Field getFieldWithAnnotation(Class<?> clazz, Class<out Annotation> annotationClass) Gets the first found Field of the given class and its parents (if any) that is annotated with the given annotation.
      final List<Class<?>> getParameterizedTypes(Field field) Gets the parameterized types of the given field.
      • Methods inherited from class com.weedow.spring.data.search.utils.EntityUtils

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait