public class ConfigInjection
extends java.lang.Object
Constructor and Description |
---|
ConfigInjection() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
applyConfiguration(java.util.Map<java.lang.String,?> configuration,
T target)
Applies configuration specified in
Map to the specified target. |
public static <T> void applyConfiguration(java.util.Map<java.lang.String,?> configuration, T target) throws java.lang.Exception
Map
to the specified target.T
- configuration
- The configuration.target
- The target.java.lang.Exception
Copyright © 2016 Red Hat. All Rights Reserved.