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

Uses of CollectionSchema.MessageFactories in com.dyuproject.protostuff
 

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



Copyright © 2009-2012. All Rights Reserved.