Uses of Class
io.protostuff.MapSchema
-
Packages that use MapSchema Package Description io.protostuff io.protostuff.runtime -
-
Uses of MapSchema in io.protostuff
Subclasses of MapSchema in io.protostuff Modifier and Type Class Description class
MessageMapSchema<K,V>
A schema for aMap
withMessage
or pojo keys.class
StringMapSchema<V>
A schema for aMap
withString
keys. -
Uses of MapSchema in io.protostuff.runtime
Fields in io.protostuff.runtime declared as MapSchema Modifier and Type Field Description protected MapSchema<K,V>
RuntimeMapField. schema
Since we cannot inherit multiple classes, we create this Map schema simply to delegate to the wrapping class' abstract methods.
-