Class ReflectionUtil


  • public class ReflectionUtil
    extends Object
    • Constructor Detail

      • ReflectionUtil

        public ReflectionUtil()
    • Method Detail

      • isProperty

        public static boolean isProperty​(Method m,
                                         Type boundType,
                                         Filter filter)
      • isProperty

        public static boolean isProperty​(Field f,
                                         Type boundType,
                                         Filter filter)