Uses of Class
org.apache.juneau.rest.stats.ThrownStore.Builder
Packages that use ThrownStore.Builder
Package
Description
REST Server API
Method exec stats utilities
- 
Uses of ThrownStore.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return ThrownStore.BuilderModifier and TypeMethodDescriptionprotected ThrownStore.BuilderRestContext.Builder.createThrownStore(BeanStore beanStore, Supplier<?> resource, RestContext parent) Instantiates the thrown-store sub-builder.RestContext.Builder.thrownStore()Returns the thrown-store sub-builder.
- 
Uses of ThrownStore.Builder in org.apache.juneau.rest.statsMethods in org.apache.juneau.rest.stats that return ThrownStore.BuilderModifier and TypeMethodDescriptionstatic ThrownStore.BuilderThrownStore.create()Static creator.static ThrownStore.BuilderStatic creator.ThrownStore.Builder.ignoreClasses(Class<?>... value) Specifies the list of classes to ignore when calculating stack traces.ThrownStore.Builder.parent(ThrownStore value) Specifies the parent store of this store.ThrownStore.Builder.statsImplClass(Class<? extends ThrownStats> value) Specifies a subclass ofThrownStatsto use for individual method statistics.Constructors in org.apache.juneau.rest.stats with parameters of type ThrownStore.Builder