Uses of Class
com.dyuproject.protostuff.MapSchema.MessageFactories

Uses of MapSchema.MessageFactories in com.dyuproject.protostuff
 

Methods in com.dyuproject.protostuff that return MapSchema.MessageFactories
static MapSchema.MessageFactories MapSchema.MessageFactories.getFactory(java.lang.Class<? extends java.util.Map<?,?>> mapType)
          Returns the message factory for the standard jdk Map implementations.
static MapSchema.MessageFactories MapSchema.MessageFactories.getFactory(java.lang.String name)
          Returns the message factory for the standard jdk Map implementations.
static MapSchema.MessageFactories MapSchema.MessageFactories.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MapSchema.MessageFactories[] MapSchema.MessageFactories.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2014. All Rights Reserved.