Uses of Class
org.apache.juneau.cp.BeanStore.Builder
Packages that use BeanStore.Builder
-
Uses of BeanStore.Builder in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return BeanStore.BuilderModifier and TypeMethodDescriptionstatic BeanStore.Builder
BeanStore.create()
Static creator.Overrides the bean to return from thebuild()
method.Specifies the outer bean context.Specifies the parent bean store.BeanStore.Builder.readOnly()
Specifies that the bean store is read-only.BeanStore.Builder.threadSafe()
Specifies that the bean store being created should be thread-safe.Overrides the bean store type.Constructors in org.apache.juneau.cp with parameters of type BeanStore.Builder -
Uses of BeanStore.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return BeanStore.BuilderModifier and TypeMethodDescriptionprotected BeanStore.Builder
RestContext.Builder.createBeanStore
(Supplier<?> resource) Creates the bean store in this builder.