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