Uses of Enum
io.avaje.json.stream.BufferRecycleStrategy
Packages that use BufferRecycleStrategy
Package
Description
Reading and writing JSON content.
Default stream handling provided with Jsonb.
-
Uses of BufferRecycleStrategy in io.avaje.json.stream
Methods in io.avaje.json.stream that return BufferRecycleStrategyModifier and TypeMethodDescriptionstatic BufferRecycleStrategy
Returns the enum constant of this type with the specified name.static BufferRecycleStrategy[]
BufferRecycleStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.avaje.json.stream with parameters of type BufferRecycleStrategyModifier and TypeMethodDescriptionJsonStream.Builder.bufferRecycling
(BufferRecycleStrategy strategy) Determines how byte buffers are recycled -
Uses of BufferRecycleStrategy in io.avaje.json.stream.core
Methods in io.avaje.json.stream.core with parameters of type BufferRecycleStrategyModifier and TypeMethodDescriptionJsonStreamBuilder.bufferRecycling
(BufferRecycleStrategy strategy) Determines how byte buffers are recycled