Uses of Class
io.protostuff.CollectionSchema
-
Packages that use CollectionSchema Package Description io.protostuff io.protostuff.runtime -
-
Uses of CollectionSchema in io.protostuff
Subclasses of CollectionSchema in io.protostuff Modifier and Type Class Description class
MessageCollectionSchema<V>
A schema for aCollection
withMessage
or pojo values. -
Uses of CollectionSchema in io.protostuff.runtime
Fields in io.protostuff.runtime declared as CollectionSchema Modifier and Type Field Description protected CollectionSchema<V>
RuntimeCollectionField. schema
Since we cannot inherit multiple classes, we create this Collection schema simply to delegate to the wrapping class' abstract methods.
-