Uses of Class
org.apache.juneau.parser.ParserSet.Builder
Packages that use ParserSet.Builder
Package
Description
REST Server API
REST Client API
- 
Uses of ParserSet.Builder in org.apache.juneau.parserMethods in org.apache.juneau.parser that return ParserSet.BuilderModifier and TypeMethodDescriptionAdds the specified parsers to this group.Registers the specified parsers with this group.ParserSet.Builder.apply(AnnotationWorkList work) Applies the specified annotations to all applicable parser builders in this group.final ParserSet.BuilderParserSet.Builder.beanContext(Consumer<BeanContext.Builder> operation) Applies an operation to the bean context builder.ParserSet.Builder.beanContext(BeanContext.Builder value) Associates an existing bean context builder with all parser builders in this group.ParserSet.Builder.clear()Clears out any existing parsers in this group.ParserSet.Builder.copy()Makes a copy of this builder.ParserSet.copy()Creates a copy of this parser group.static ParserSet.BuilderParserSet.create()Static creator.static ParserSet.BuilderStatic creator.<B extends Parser.Builder>
 ParserSet.BuilderPerforms an action on all parser builders of the specified type in this group.ParserSet.Builder.forEach(Consumer<Parser.Builder> action) Performs an action on all parser builders in this group.ParserSet.Builder.forEachISP(Consumer<InputStreamParser.Builder> action) Performs an action on all output stream parser builders in this group.ParserSet.Builder.forEachRP(Consumer<ReaderParser.Builder> action) Performs an action on all writer parser builders in this group.Sets the specified parsers for this group.Constructors in org.apache.juneau.parser with parameters of type ParserSet.BuilderModifierConstructorDescriptionprotectedBuilder(ParserSet.Builder copyFrom) Clone an existing parser group builder.ParserSet(ParserSet.Builder builder) Constructor.
- 
Uses of ParserSet.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return ParserSet.BuilderModifier and TypeMethodDescriptionprotected ParserSet.BuilderRestContext.Builder.createParsers(BeanStore beanStore, Supplier<?> resource) Instantiates the parser group sub-builder.protected ParserSet.BuilderRestOpContext.Builder.createParsers(BeanStore beanStore, RestContext.Builder parent, Supplier<?> resource) Instantiates the parser group sub-builder.RestContext.Builder.getParsers()Returns the parser group builder containing the parsers for converting HTTP request bodies into POJOs.RestContext.Builder.parsers()Returns the parser group sub-builder.RestOpContext.Builder.parsers()Returns the parser group sub-builder.
- 
Uses of ParserSet.Builder in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return ParserSet.BuilderModifier and TypeMethodDescriptionprotected ParserSet.BuilderRestClient.Builder.createParsers()Instantiates the parser group sub-builder.final ParserSet.BuilderRestClient.Builder.parsers()Returns the parser group sub-builder.