public class MultimapDelegate extends Object implements io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>
| 构造器和说明 |
|---|
MultimapDelegate() |
| 限定符和类型 | 方法和说明 |
|---|---|
io.protostuff.WireFormat.FieldType |
getFieldType() |
com.google.common.collect.Multimap |
readFrom(io.protostuff.Input input) |
void |
transfer(io.protostuff.Pipe pipe,
io.protostuff.Input input,
io.protostuff.Output output,
int number,
boolean repeated) |
Class<com.google.common.collect.Multimap> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
int number,
com.google.common.collect.Multimap value,
boolean repeated) |
public io.protostuff.WireFormat.FieldType getFieldType()
getFieldType 在接口中 io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>public com.google.common.collect.Multimap readFrom(io.protostuff.Input input)
throws IOException
readFrom 在接口中 io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>IOExceptionpublic void writeTo(io.protostuff.Output output,
int number,
com.google.common.collect.Multimap value,
boolean repeated)
throws IOException
writeTo 在接口中 io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>IOExceptionpublic void transfer(io.protostuff.Pipe pipe,
io.protostuff.Input input,
io.protostuff.Output output,
int number,
boolean repeated)
throws IOException
transfer 在接口中 io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>IOExceptionpublic Class<com.google.common.collect.Multimap> typeClass()
typeClass 在接口中 io.protostuff.runtime.Delegate<com.google.common.collect.Multimap>Copyright © 2019. All rights reserved.