public static class PluginBeanOptions.Builder extends Object implements org.apache.commons.lang3.builder.Builder<PluginBeanOptions>
PluginBeanOptions.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PluginBeanOptions.Builder |
allowBeanWithNoScope(boolean allowBeanWithNoScope) |
PluginBeanOptions |
build() |
PluginBeanOptions.Builder |
processManagedProperties(boolean processManagedProperties) |
PluginBeanOptions.Builder |
processPostConstructs(boolean processPostConstructs) |
PluginBeanOptions.Builder |
processPreDestroys(boolean processPreDestroys) |
public PluginBeanOptions build()
build in interface org.apache.commons.lang3.builder.Builder<PluginBeanOptions>public PluginBeanOptions.Builder allowBeanWithNoScope(boolean allowBeanWithNoScope)
allowBeanWithNoScope - Whether beans are allowed that have no explicit scope annotations.public PluginBeanOptions.Builder processManagedProperties(boolean processManagedProperties)
processManagedProperties - Whether ManagedProperty annotations should be processed.public PluginBeanOptions.Builder processPostConstructs(boolean processPostConstructs)
processPostConstructs - Whether PostConstruct annotations should be processed.public PluginBeanOptions.Builder processPreDestroys(boolean processPreDestroys)
processPreDestroys - Whether PreDestroy annotations should be processed.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.