Class IdentifierCallback

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

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

      Fields 
      Modifier and Type Field Description
      private boolean idFound  
    • 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

      • IdentifierCallback

        public IdentifierCallback()
    • Method Detail

      • doWith

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

        public boolean isIdFound()