Uses of Class
org.apache.juneau.encoders.EncoderSet.Builder
Packages that use EncoderSet.Builder
-
Uses of EncoderSet.Builder in org.apache.juneau.encoders
Methods 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.Builder
EncoderSet.create()
Static creator.static EncoderSet.Builder
Static creator.Sets the encoders in this group.Constructors in org.apache.juneau.encoders with parameters of type EncoderSet.BuilderModifierConstructorDescriptionprotected
Builder
(EncoderSet.Builder copyFrom) Copy constructor.protected
EncoderSet
(EncoderSet.Builder builder) Constructor. -
Uses of EncoderSet.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return EncoderSet.BuilderModifier and TypeMethodDescriptionprotected EncoderSet.Builder
RestContext.Builder.createEncoders
(BeanStore beanStore, Supplier<?> resource) Instantiates the encoder group sub-builder.protected EncoderSet.Builder
RestOpContext.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.