| Modifier and Type | Method and Description |
|---|---|
static MapSchema.MessageFactories |
MapSchema.MessageFactories.getFactory(Class<? extends Map<?,?>> mapType)
Returns the message factory for the standard jdk
Map implementations. |
static MapSchema.MessageFactories |
MapSchema.MessageFactories.getFactory(String name)
Returns the message factory for the standard jdk
Map implementations. |
static MapSchema.MessageFactories |
MapSchema.MessageFactories.valueOf(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–2022. All rights reserved.