Uses of Interface
org.apache.johnzon.core.BufferStrategy
- 
Packages that use BufferStrategy Package Description org.apache.johnzon.core 
- 
- 
Uses of BufferStrategy in org.apache.johnzon.coreFields in org.apache.johnzon.core declared as BufferStrategy Modifier and Type Field Description static BufferStrategyAbstractJsonFactory. DEFAULT_BUFFER_STRATEGYFields in org.apache.johnzon.core with type parameters of type BufferStrategy Modifier and Type Field Description private static java.util.Map<java.lang.String,BufferStrategy>BufferStrategyFactory. DEFAULT_STRATEGIESMethods in org.apache.johnzon.core that return BufferStrategy Modifier and Type Method Description protected BufferStrategyAbstractJsonFactory. getBufferProvider()static BufferStrategyBufferStrategyFactory. valueOf(java.lang.String strategyName)creates a BufferStrategy based on the name.
 
-