Uses of Interface
io.protostuff.MapSchema.MessageFactory
Packages that use MapSchema.MessageFactory
-
Uses of MapSchema.MessageFactory in io.protostuff
Classes in io.protostuff that implement MapSchema.MessageFactoryModifier and TypeClassDescriptionstatic enumA message factory for standardMapimplementations.Fields in io.protostuff declared as MapSchema.MessageFactoryModifier and TypeFieldDescriptionfinal MapSchema.MessageFactoryMapSchema.messageFactoryFactory for creatingMapmessages.Constructors in io.protostuff with parameters of type MapSchema.MessageFactory -
Uses of MapSchema.MessageFactory in io.protostuff.runtime
Methods in io.protostuff.runtime that return MapSchema.MessageFactoryModifier and TypeMethodDescriptionEnumIO.getEnumMapFactory()Returns the factory for an EnumMap (lazy).protected MapSchema.MessageFactoryDefaultIdStrategy.getMapFactory(Class<?> clazz) protected MapSchema.MessageFactoryExplicitIdStrategy.getMapFactory(Class<?> clazz) protected abstract MapSchema.MessageFactoryIdStrategy.getMapFactory(Class<?> clazz) Returns theMapSchema.MessageFactory.protected MapSchema.MessageFactoryIncrementalIdStrategy.getMapFactory(Class<?> clazz) protected MapSchema.MessageFactoryDefaultIdStrategy.resolveMapFrom(Input input) protected MapSchema.MessageFactoryExplicitIdStrategy.resolveMapFrom(Input input) protected abstract MapSchema.MessageFactoryIdStrategy.resolveMapFrom(Input input) protected MapSchema.MessageFactoryIncrementalIdStrategy.resolveMapFrom(Input input) Methods in io.protostuff.runtime with parameters of type MapSchema.MessageFactoryModifier and TypeMethodDescriptionbooleanDefaultIdStrategy.registerMap(MapSchema.MessageFactory factory) Registers a map.<T extends Map<?,?>>
ExplicitIdStrategy.RegistryExplicitIdStrategy.Registry.registerMap(MapSchema.MessageFactory factory, int id) Map ids start at 1.<T extends Map<?,?>>
IncrementalIdStrategy.RegistryIncrementalIdStrategy.Registry.registerMap(MapSchema.MessageFactory factory, int id) Map ids start at 1.<T extends Map<?,?>>
NumericIdStrategy.RegistryNumericIdStrategy.Registry.registerMap(MapSchema.MessageFactory factory, int id) Map ids start at 1.