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

com.wise.common.environment.PropertiesSetterDsl Maven / Gradle / Ivy

The newest version!
package com.wise.common.environment;

public interface PropertiesSetterDsl {

  Dsl0 source(String source);

  interface Dsl0 {

    Dsl2 profile(WiseProfile profile);

    Dsl1 keyPrefix(String prefix);
  }

  interface Dsl1 {

    Dsl2 profile(WiseProfile profile);

  }

  interface Dsl2 {

    Dsl2 profile(WiseProfile profile);

    Dsl2 keyPrefix(String keyPrefix);

    Dsl2 set(String property, Object value);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy