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.
|