Interface ClassAttributeApprover

  • All Known Implementing Classes:
    AbstractClassInfoStrategy, DefaultClassInfoStrategy

    public interface ClassAttributeApprover
    An interface, which is used to customize selection of class' attributes for further filling or skipping.
    Author:
    daivanov
    • Method Detail

      • approve

        boolean approve​(ClassAttribute attribute)
        Override this method to select or reject class attributes
        Parameters:
        attribute - class attribute to analyze for further processing or skipping
        Returns:
        true, if attribute should be kept, false, if it should be skipped