JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.protostuff
MapSchema
Uses of Class
io.protostuff.MapSchema
Packages that use
MapSchema
Package
Description
io.protostuff
Uses of
MapSchema
in
io.protostuff
Subclasses of
MapSchema
in
io.protostuff
Modifier and Type
Class
Description
final class
MessageMapSchema
<K,
V>
A schema for a
Map
with
Message
or pojo keys.
class
StringMapSchema
<V>
A schema for a
Map
with
String
keys.