Interface IFixProvider


  • public interface IFixProvider
    Provider of quick fixes registered in the system. IFixRepository implementation should use this provider to receive the initial set of quick fix data to work.
    • Method Detail

      • getFixes

        Map<CheckUid,​Set<IFix<? extends IFixContext>>> getFixes()
        Gets all registered fixes
        Returns:
        The collection of fixes. May not be null