com.dyuproject.protostuff
Interface MapSchema.MessageFactory

All Known Implementing Classes:
MapSchema.MessageFactories
Enclosing class:
MapSchema<K,V>

public static interface MapSchema.MessageFactory

Creates new Map messages.


Method Summary
<K,V> java.util.Map<K,V>
newMessage()
          Creates a new Map message.
 java.lang.Class<?> typeClass()
          The type to instantiate.
 

Method Detail

newMessage

<K,V> java.util.Map<K,V> newMessage()
Creates a new Map message.


typeClass

java.lang.Class<?> typeClass()
The type to instantiate.



Copyright © 2009-2014. All Rights Reserved.