Class NoopFieldValueFactory

  • All Implemented Interfaces:
    IFieldValueFactory

    public class NoopFieldValueFactory
    extends java.lang.Object
    implements IFieldValueFactory
    Implementation of field value factory that ignores all fields
    Author:
    Igor Vaynberg (ivaynberg)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getFieldValue​(java.lang.reflect.Field field, java.lang.Object fieldOwner)
      Returns the value the field will be set to
      boolean supportsField​(java.lang.reflect.Field field)
      Returns true if the factory can generate a value for the field, false otherwise.
      • Methods inherited from class java.lang.Object

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