All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dekorate.servicebinding.config.DefaultServiceBindingConfigGenerator Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package io.dekorate.servicebinding.config;

import io.dekorate.ConfigurationRegistry;
import io.dekorate.WithProject;
import io.dekorate.project.ApplyProjectInfo;

public class DefaultServiceBindingConfigGenerator implements ServiceBindingConfigGenerator, WithProject {

  private final ConfigurationRegistry configurationRegistry;

  public DefaultServiceBindingConfigGenerator(ConfigurationRegistry configurationRegistry) {
    this.configurationRegistry = configurationRegistry;
    this.configurationRegistry.add(new ApplyProjectInfo(getProject()));
  }

  public ConfigurationRegistry getConfigurationRegistry() {
    return configurationRegistry;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy