Uses of Class
org.apache.juneau.cp.BeanCreator
Packages that use BeanCreator
Package
Description
REST Server API
REST Client API
- 
Uses of BeanCreator in org.apache.juneauMethods in org.apache.juneau that return BeanCreatorModifier and TypeMethodDescriptionprotected BeanCreator<? extends T>BeanBuilder.creator()Instantiates the creator for this bean.
- 
Uses of BeanCreator in org.apache.juneau.cpMethods in org.apache.juneau.cp that return BeanCreatorModifier and TypeMethodDescription<T2> BeanCreator<T>Adds an argument to this creator.<B> BeanCreator<T>Specifies a builder object for the bean type.<T> BeanCreator<T>BeanStore.createBean(Class<T> beanType) Instantiates a bean creator.Allows you to specify a specific instance for the build method to return.static <T> BeanCreator<T>Shortcut for callingBeanStore.INSTANCE.createBean(beanType) .BeanCreator.silent()Suppresses throwing ofExecutableExceptionsfrom therun()method when a form of creation cannot be found.Allows you to specify a subclass of the specified bean type to create.Allows you to specify a subclass of the specified bean type to create.
- 
Uses of BeanCreator in org.apache.juneau.restMethods in org.apache.juneau.rest that return BeanCreatorModifier and TypeMethodDescriptionRestContext.Builder.callLogger()Returns the call logger bean creator.protected BeanCreator<CallLogger>RestContext.Builder.createCallLogger(BeanStore beanStore, Supplier<?> resource) Instantiates the call logger sub-builder.protected BeanCreator<DebugEnablement>RestContext.Builder.createDebugEnablement(BeanStore beanStore, Supplier<?> resource) Instantiates the debug enablement bean creator.protected BeanCreator<StaticFiles>RestContext.Builder.createStaticFiles(BeanStore beanStore, Supplier<?> resource) Instantiates the static files bean creator.protected BeanCreator<SwaggerProvider>RestContext.Builder.createSwaggerProvider(BeanStore beanStore, Supplier<?> resource) Instantiates the swagger provider sub-builder.RestContext.Builder.debugEnablement()Returns the debug enablement bean creator.RestContext.Builder.staticFiles()Returns the static files bean creator.RestContext.Builder.swaggerProvider()Returns the swagger provider sub-builder.
- 
Uses of BeanCreator in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return BeanCreatorModifier and TypeMethodDescriptionfinal BeanCreator<RestCallHandler>RestClient.Builder.callHandler()Returns the creator for the rest call handler.protected BeanCreator<RestCallHandler>RestClient.Builder.createCallHandler()Creates the creator for the rest call handler.