Uses of Class
com.fasterxml.jackson.core.util.BufferRecycler.CharBufferType

Packages that use BufferRecycler.CharBufferType
com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. 
 

Uses of BufferRecycler.CharBufferType in com.fasterxml.jackson.core.util
 

Methods in com.fasterxml.jackson.core.util that return BufferRecycler.CharBufferType
static BufferRecycler.CharBufferType BufferRecycler.CharBufferType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferRecycler.CharBufferType[] BufferRecycler.CharBufferType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fasterxml.jackson.core.util with parameters of type BufferRecycler.CharBufferType
 char[] BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type)
           
 char[] BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type, int minSize)
           
 void BufferRecycler.releaseCharBuffer(BufferRecycler.CharBufferType type, char[] buffer)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.