Uses of Class
io.protostuff.MapSchema.MapWrapper
Packages that use MapSchema.MapWrapper
-
Uses of MapSchema.MapWrapper in io.protostuff
Methods in io.protostuff with parameters of type MapSchema.MapWrapperModifier and TypeMethodDescriptionprotected abstract void
MapSchema.putValueFrom
(Input input, MapSchema.MapWrapper<K, V> wrapper, K key) Puts the entry(key and value), obtained from the input, into theMapWrapper
.protected void
MessageMapSchema.putValueFrom
(Input input, MapSchema.MapWrapper<K, V> wrapper, K key) protected void
StringMapSchema.putValueFrom
(Input input, MapSchema.MapWrapper<String, V> wrapper, String key) protected abstract K
MapSchema.readKeyFrom
(Input input, MapSchema.MapWrapper<K, V> wrapper) Reads the key from the input.protected K
MessageMapSchema.readKeyFrom
(Input input, MapSchema.MapWrapper<K, V> wrapper) protected final String
StringMapSchema.readKeyFrom
(Input input, MapSchema.MapWrapper<String, V> wrapper) -
Uses of MapSchema.MapWrapper in io.protostuff.runtime
Methods in io.protostuff.runtime with parameters of type MapSchema.MapWrapper