Class FieldUtils.FieldSearchResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Field field  
      boolean usable  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldSearchResult​(java.lang.reflect.Field f, boolean usable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • field

        public final java.lang.reflect.Field field
      • usable

        public final boolean usable
    • Constructor Detail

      • FieldSearchResult

        public FieldSearchResult​(java.lang.reflect.Field f,
                                 boolean usable)