Uses of Enum
io.protostuff.MapSchema.MessageFactories
Packages that use MapSchema.MessageFactories
-
Uses of MapSchema.MessageFactories in io.protostuff
Subclasses with type arguments of type MapSchema.MessageFactories in io.protostuffModifier and TypeClassDescriptionstatic enumA message factory for standardMapimplementations.Methods in io.protostuff that return MapSchema.MessageFactoriesModifier and TypeMethodDescriptionstatic MapSchema.MessageFactoriesMapSchema.MessageFactories.getFactory(Class<? extends Map<?, ?>> mapType) Returns the message factory for the standard jdkMapimplementations.static MapSchema.MessageFactoriesMapSchema.MessageFactories.getFactory(String name) Returns the message factory for the standard jdkMapimplementations.static MapSchema.MessageFactoriesReturns 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.