Uses of Class
org.apache.juneau.httppart.HttpPartParser.Creator
Packages that use HttpPartParser.Creator
Package
Description
REST Server API
REST Client API
- 
Uses of HttpPartParser.Creator in org.apache.juneau.httppartMethods in org.apache.juneau.httppart that return HttpPartParser.CreatorModifier and TypeMethodDescriptionHttpPartParser.Creator.beanContext(BeanContext.Builder value) Associates an existing bean context builder with this part parser.HttpPartParser.Creator.copy()static HttpPartParser.CreatorHttpPartParser.creator()Instantiates a creator for a part parser.HttpPartParser.Creator.type(Class<? extends HttpPartParser> value) 
- 
Uses of HttpPartParser.Creator in org.apache.juneau.restMethods in org.apache.juneau.rest that return HttpPartParser.CreatorModifier and TypeMethodDescriptionprotected HttpPartParser.CreatorRestContext.Builder.createPartParser(BeanStore beanStore, Supplier<?> resource) Instantiates the part parser sub-builder.protected HttpPartParser.CreatorRestOpContext.Builder.createPartParser(BeanStore beanStore, RestContext.Builder parent, Supplier<?> resource) Instantiates the part parser sub-builder.RestContext.Builder.partParser()Returns the part parser sub-builder.RestOpContext.Builder.partParser()Returns the part parser sub-builder.
- 
Uses of HttpPartParser.Creator in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return HttpPartParser.CreatorModifier and TypeMethodDescriptionprotected HttpPartParser.CreatorRestClient.Builder.createPartParser()Instantiates the part parser sub-builder.final HttpPartParser.CreatorRestClient.Builder.partParser()Returns the part parser sub-builder.