Uses of Class
org.apache.juneau.encoders.EncoderSet.Builder
Packages that use EncoderSet.Builder
- 
Uses of EncoderSet.Builder in org.apache.juneau.encodersMethods in org.apache.juneau.encoders that return EncoderSet.BuilderModifier and TypeMethodDescriptionRegisters the specified encoders with this group.Registers the specified encoders with this group.EncoderSet.Builder.clear()Clears out any existing encoders in this group.EncoderSet.Builder.copy()Makes a copy of this builder.static EncoderSet.BuilderEncoderSet.create()Static creator.static EncoderSet.BuilderStatic creator.Sets the encoders in this group.Constructors in org.apache.juneau.encoders with parameters of type EncoderSet.BuilderModifierConstructorDescriptionprotectedBuilder(EncoderSet.Builder copyFrom) Copy constructor.protectedEncoderSet(EncoderSet.Builder builder) Constructor.
- 
Uses of EncoderSet.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return EncoderSet.BuilderModifier and TypeMethodDescriptionprotected EncoderSet.BuilderRestContext.Builder.createEncoders(BeanStore beanStore, Supplier<?> resource) Instantiates the encoder group sub-builder.protected EncoderSet.BuilderRestOpContext.Builder.createEncoders(BeanStore beanStore, RestContext.Builder parent, Supplier<?> resource) Instantiates the encoder group sub-builder.RestContext.Builder.encoders()Returns the encoder group sub-builder.RestOpContext.Builder.encoders()Returns the encoder group sub-builder.RestContext.Builder.getEncoders()Returns the encoder group builder containing the encoders for compressing/decompressing input and output streams.