| Interface | Description |
|---|---|
| CollectionSchema.MessageFactory |
Creates new
Collection messages. |
| MapSchema.MessageFactory |
Creates new
Map messages. |
| Class | Description |
|---|---|
| CollectionSchema<V> |
A schema for standard jdk
collections. |
| MapSchema<K,V> |
A schema for a
Map. |
| MapSchema.MapWrapper<K,V> |
A
Map.Entry w/c wraps a Map. |
| MessageCollectionSchema<V> |
A schema for a
Collection with Message or pojo values. |
| MessageMapSchema<K,V> |
A schema for a
Map with Message or pojo keys. |
| StringMapSchema<V> |
A schema for a
Map with String keys. |
| Enum | Description |
|---|---|
| CollectionSchema.MessageFactories | |
| MapSchema.MessageFactories |
A message factory for standard
Map implementations. |
Copyright © 2009-2016. All Rights Reserved.