Package io.protostuff

Interface MapSchema.MessageFactory

All Known Implementing Classes:
DefaultIdStrategy.RuntimeMapFactory, ExplicitIdStrategy.RegisteredMapFactory, IncrementalIdStrategy.RuntimeMapFactory, MapSchema.MessageFactories
Enclosing class:
MapSchema<K,V>

public static interface MapSchema.MessageFactory
Creates new Map messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, V> Map<K,V>
    Creates a new Map message.
    The type to instantiate.
  • Method Details

    • newMessage

      <K, V> Map<K,V> newMessage()
      Creates a new Map message.
    • typeClass

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