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.core
Fields in org.apache.johnzon.core declared as BufferStrategy Modifier and Type Field Description static BufferStrategy
AbstractJsonFactory. DEFAULT_BUFFER_STRATEGY
Fields in org.apache.johnzon.core with type parameters of type BufferStrategy Modifier and Type Field Description private static Map<String,BufferStrategy>
BufferStrategyFactory. DEFAULT_STRATEGIES
Methods in org.apache.johnzon.core that return BufferStrategy Modifier and Type Method Description protected BufferStrategy
AbstractJsonFactory. getBufferProvider()
static BufferStrategy
BufferStrategyFactory. valueOf(String strategyName)
creates a BufferStrategy based on the name.
-