Uses of Class
io.protostuff.MapSchema.MapWrapper
-
Packages that use MapSchema.MapWrapper Package Description io.protostuff io.protostuff.runtime -
-
Uses of MapSchema.MapWrapper in io.protostuff
Methods in io.protostuff with parameters of type MapSchema.MapWrapper Modifier and Type Method Description protected abstract voidMapSchema. putValueFrom(Input input, MapSchema.MapWrapper<K,V> wrapper, K key)Puts the entry(key and value), obtained from the input, into theMapWrapper.protected voidMessageMapSchema. putValueFrom(Input input, MapSchema.MapWrapper<K,V> wrapper, K key)protected voidStringMapSchema. putValueFrom(Input input, MapSchema.MapWrapper<java.lang.String,V> wrapper, java.lang.String key)protected abstract KMapSchema. readKeyFrom(Input input, MapSchema.MapWrapper<K,V> wrapper)Reads the key from the input.protected KMessageMapSchema. readKeyFrom(Input input, MapSchema.MapWrapper<K,V> wrapper)protected java.lang.StringStringMapSchema. readKeyFrom(Input input, MapSchema.MapWrapper<java.lang.String,V> wrapper) -
Uses of MapSchema.MapWrapper in io.protostuff.runtime
Methods in io.protostuff.runtime with parameters of type MapSchema.MapWrapper Modifier and Type Method Description protected abstract KRuntimeMapField. kFrom(Input input, MapSchema.MapWrapper<K,V> wrapper)protected abstract voidRuntimeMapField. vPutFrom(Input input, MapSchema.MapWrapper<K,V> wrapper, K key)
-