Class GuiceFieldValueFactory

    • Method Detail

      • supportsField

        public boolean supportsField​(Field field)
        Returns true if the factory can generate a value for the field, false otherwise. If this method returns false, getFieldValue() will not be called on this factory
        Specified by:
        supportsField in interface IFieldValueFactory
        Parameters:
        field - field
        Returns:
        true if the factory can generate a value for the field, false otherwise