Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/be54023a899625195dfb9a44713eab15 to your computer and use it in GitHub Desktop.
Save qzagarese/be54023a899625195dfb9a44713eab15 to your computer and use it in GitHub Desktop.
Map<String, Object> config = loadConfig();
MyFramework.Builder builder = MyFramework.builder();
config.forEach((key, value) -> builder.set(key,value));
MyFramework framework = builder.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment