Class ConfigModelRegistry

    • Constructor Detail

      • ConfigModelRegistry

        public ConfigModelRegistry()
      • ConfigModelRegistry

        public ConfigModelRegistry​(ConfigModelRegistry chained)
        Creates a config model class registry which forwards unresolved requests to the argument instance
    • Method Detail

      • resolve

        public abstract java.util.Collection<ConfigModelBuilder> resolve​(ConfigModelId id)
        Returns the builders this id resolves to both in this and any chained registry.
        Returns:
        the resolved config model builders, or an empty list (never null) if none