Interface PrefixModuleFactory

All Superinterfaces:
ModuleFactory
All Known Implementing Classes:
ClassPrefixModuleFactory

public interface PrefixModuleFactory extends ModuleFactory
A module factory that is matched when its prefix is matched, and therefore, relies an a delegating module factory that determines the prefix somehow.
Since:
2.5.0
See Also:
  • Method Details

    • getPrefix

      String getPrefix()
      Returns:
      the prefix the module factory expects to be matched to