Interface ConfigurationNameMapper

  • All Known Implementing Classes:
    DefaultConfigurationNameMapper

    public interface ConfigurationNameMapper
    A service that maps the names of configuration objects to the resource names.
    • Method Detail

      • configurationLocation

        String configurationLocation​(ConfigurationNode node)
        Returns the name of a configuration resource based on a naming convention for a given node type.
      • configurationLocation

        String configurationLocation​(Class<? extends ConfigurationNode> type,
                                     String nodeName)
        Returns the name of a configuration resource based on a naming convention for a given node type.