Uses of Interface
org.infinispan.commons.configuration.Builder
Packages that use Builder
-
Uses of Builder in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that return BuilderModifier and TypeMethodDescriptionBuilder<?>Reads the configuration from an already created configuration bean into this builder.Methods in org.infinispan.commons.configuration that return types with arguments of type BuilderModifier and TypeMethodDescriptionConfigurationUtils.builderFor(B built) Returns the builder that was used to build this class.ConfigurationUtils.builderForNonStrict(B built) The same asConfigurationUtils.builderFor(Object)except that it won't throw an exception if no builder class is found.