Uses of Class
org.apache.juneau.cp.MethodList
Packages that use MethodList
- 
Uses of MethodList in org.apache.juneau.cpMethods in org.apache.juneau.cp that return MethodListModifier and TypeMethodDescriptionstatic MethodListMethodList.of(Collection<Method> methods) Creator.
- 
Uses of MethodList in org.apache.juneau.restMethods in org.apache.juneau.rest that return MethodListModifier and TypeMethodDescriptionprotected MethodListRestContext.Builder.createDestroyMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the destroy method list.protected MethodListRestContext.Builder.createEndCallMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the end call method list.protected MethodListRestContext.Builder.createPostCallMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the post-call method list.protected MethodListRestContext.Builder.createPostInitChildFirstMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the post-init-child-first method list.protected MethodListRestContext.Builder.createPostInitMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the post-init method list.protected MethodListRestContext.Builder.createPreCallMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the pre-call method list.protected MethodListRestContext.Builder.createStartCallMethods(BeanStore beanStore, Supplier<?> resource) Instantiates the start call method list.RestContext.Builder.destroyMethods()Returns the destroy method list.RestContext.Builder.endCallMethods()Returns the end call method list.protected MethodListRestContext.getPostCallMethods()Returns the list of methods to invoke after the actual REST method is called.protected MethodListRestContext.getPreCallMethods()Returns the list of methods to invoke before the actual REST method is called.RestContext.Builder.postCallMethods()Returns the post-call method list.RestContext.Builder.postInitChildFirstMethods()Returns the post-init-child-first method list.RestContext.Builder.postInitMethods()Returns the post-init method list.RestContext.Builder.preCallMethods()Returns the pre-call method list.RestContext.Builder.startCallMethods()Returns the start call method list.