Uses of Class
io.protostuff.CollectionSchema
Packages that use CollectionSchema
-
Uses of CollectionSchema in io.protostuff
Subclasses of CollectionSchema in io.protostuffModifier and TypeClassDescriptionfinal classA schema for aCollectionwithMessageor pojo values. -
Uses of CollectionSchema in io.protostuff.runtime
Fields in io.protostuff.runtime declared as CollectionSchemaModifier and TypeFieldDescriptionprotected final CollectionSchema<V> RuntimeCollectionField.schemaSince we cannot inherit multiple classes, we create this Collection schema simply to delegate to the wrapping class' abstract methods.