Package | Description |
---|---|
org.infinispan.commons.configuration |
Commons Configuration package
|
Modifier and Type | Method and Description |
---|---|
Builder<?> |
Builder.read(T template)
Reads the configuration from an already created configuration bean into this builder.
|
Modifier and Type | Method and Description |
---|---|
static <B> Class<? extends Builder<B>> |
ConfigurationUtils.builderFor(B built)
Returns the builder that was used to build this class.
|
static <B> Class<? extends Builder<B>> |
ConfigurationUtils.builderForNonStrict(B built)
The same as
ConfigurationUtils.builderFor(Object) except that it won't
throw an exception if no builder class is found. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.