Uses of Enum Class
io.protostuff.MapSchema.MessageFactories
Packages that use MapSchema.MessageFactories
-
Uses of MapSchema.MessageFactories in io.protostuff
Methods in io.protostuff that return MapSchema.MessageFactoriesModifier and TypeMethodDescriptionstatic MapSchema.MessageFactories
MapSchema.MessageFactories.getFactory
(Class<? extends Map<?, ?>> mapType) Returns the message factory for the standard jdkMap
implementations.static MapSchema.MessageFactories
MapSchema.MessageFactories.getFactory
(String name) Returns the message factory for the standard jdkMap
implementations.static MapSchema.MessageFactories
Returns the enum constant of this class with the specified name.static MapSchema.MessageFactories[]
MapSchema.MessageFactories.values()
Returns an array containing the constants of this enum class, in the order they are declared.