Class FieldCallback

  • All Implemented Interfaces:
    org.springframework.util.ReflectionUtils.FieldCallback

    public class FieldCallback
    extends java.lang.Object
    implements org.springframework.util.ReflectionUtils.FieldCallback
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean idFound  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldCallback()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doWith​(java.lang.reflect.Field field)  
      boolean isIdFound()  
      • Methods inherited from class java.lang.Object

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

      • idFound

        private boolean idFound
    • Constructor Detail

      • FieldCallback

        public FieldCallback()
    • Method Detail

      • doWith

        public void doWith​(java.lang.reflect.Field field)
                    throws java.lang.IllegalArgumentException,
                           java.lang.IllegalAccessException
        Specified by:
        doWith in interface org.springframework.util.ReflectionUtils.FieldCallback
        Throws:
        java.lang.IllegalArgumentException
        java.lang.IllegalAccessException
      • isIdFound

        public boolean isIdFound()