Package io.protostuff

Class MessageCollectionSchema<V>

java.lang.Object
io.protostuff.CollectionSchema<V>
io.protostuff.MessageCollectionSchema<V>
All Implemented Interfaces:
Schema<Collection<V>>

public final class MessageCollectionSchema<V> extends CollectionSchema<V>
A schema for a Collection with Message or pojo values. Does not allow null values.