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