A C F G I K M N P R S T V W

A

addValueFrom(Input, Collection<V>) - Method in class com.dyuproject.protostuff.CollectionSchema
Adds the value from the input into the Collection.
addValueFrom(Input, Collection<V>) - Method in class com.dyuproject.protostuff.MessageCollectionSchema
 

C

CollectionSchema<V> - Class in com.dyuproject.protostuff
A schema for standard jdk collections.
CollectionSchema() - Constructor for class com.dyuproject.protostuff.CollectionSchema
 
CollectionSchema(CollectionSchema.MessageFactory) - Constructor for class com.dyuproject.protostuff.CollectionSchema
 
CollectionSchema.MessageFactories - Enum in com.dyuproject.protostuff
 
CollectionSchema.MessageFactory - Interface in com.dyuproject.protostuff
Creates new Collection messages.
com.dyuproject.protostuff - package com.dyuproject.protostuff
 

F

FIELD_NAME_ENTRY - Static variable in class com.dyuproject.protostuff.MapSchema
The field name of the Map.Entry.
FIELD_NAME_KEY - Static variable in class com.dyuproject.protostuff.MapSchema
The field name of the key.
FIELD_NAME_VALUE - Static variable in class com.dyuproject.protostuff.CollectionSchema
 
FIELD_NAME_VALUE - Static variable in class com.dyuproject.protostuff.MapSchema
The field name of the value;

G

getFactory(Class<? extends Collection<?>>) - Static method in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
Returns the message factory for the standard jdk Collection implementations.
getFactory(String) - Static method in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
Returns the message factory for the standard jdk Collection implementations.
getFactory(Class<? extends Map<?, ?>>) - Static method in enum com.dyuproject.protostuff.MapSchema.MessageFactories
Returns the message factory for the standard jdk Map implementations.
getFactory(String) - Static method in enum com.dyuproject.protostuff.MapSchema.MessageFactories
Returns the message factory for the standard jdk Map implementations.
getFieldName(int) - Method in class com.dyuproject.protostuff.CollectionSchema
 
getFieldName(int) - Method in class com.dyuproject.protostuff.MapSchema
 
getFieldNumber(String) - Method in class com.dyuproject.protostuff.CollectionSchema
 
getFieldNumber(String) - Method in class com.dyuproject.protostuff.MapSchema
 
getKey() - Method in class com.dyuproject.protostuff.MapSchema.MapWrapper
The key is provided as the last arg of MapSchema.putValueFrom(Input, MapWrapper, Object).
getValue() - Method in class com.dyuproject.protostuff.MapSchema.MapWrapper
Gets the last value set.

I

isInitialized(Collection<V>) - Method in class com.dyuproject.protostuff.CollectionSchema
 
isInitialized(Map<K, V>) - Method in class com.dyuproject.protostuff.MapSchema
 

K

kPipeSchema - Variable in class com.dyuproject.protostuff.MessageMapSchema
The pipe schema of the message key.
kSchema - Variable in class com.dyuproject.protostuff.MessageMapSchema
The schema of the message key.

M

MapSchema<K,V> - Class in com.dyuproject.protostuff
A schema for a Map.
MapSchema() - Constructor for class com.dyuproject.protostuff.MapSchema
 
MapSchema(MapSchema.MessageFactory) - Constructor for class com.dyuproject.protostuff.MapSchema
 
MapSchema.MapWrapper<K,V> - Class in com.dyuproject.protostuff
A Map.Entry w/c wraps a Map.
MapSchema.MessageFactories - Enum in com.dyuproject.protostuff
A message factory for standard Map implementations.
MapSchema.MessageFactory - Interface in com.dyuproject.protostuff
Creates new Map messages.
mergeFrom(Input, Collection<V>) - Method in class com.dyuproject.protostuff.CollectionSchema
 
mergeFrom(Input, Map<K, V>) - Method in class com.dyuproject.protostuff.MapSchema
 
MessageCollectionSchema<V> - Class in com.dyuproject.protostuff
A schema for a Collection with Message or pojo values.
MessageCollectionSchema(Schema<V>) - Constructor for class com.dyuproject.protostuff.MessageCollectionSchema
 
MessageCollectionSchema(Schema<V>, Pipe.Schema<V>) - Constructor for class com.dyuproject.protostuff.MessageCollectionSchema
 
messageFactory - Variable in class com.dyuproject.protostuff.CollectionSchema
Factory for creating Collection messages.
messageFactory - Variable in class com.dyuproject.protostuff.MapSchema
Factory for creating Map messages.
messageFullName() - Method in class com.dyuproject.protostuff.CollectionSchema
 
messageFullName() - Method in class com.dyuproject.protostuff.MapSchema
 
MessageMapSchema<K,V> - Class in com.dyuproject.protostuff
A schema for a Map with Message or pojo keys.
MessageMapSchema(Schema<K>, Schema<V>) - Constructor for class com.dyuproject.protostuff.MessageMapSchema
 
MessageMapSchema(Schema<K>, Schema<V>, Pipe.Schema<K>, Pipe.Schema<V>) - Constructor for class com.dyuproject.protostuff.MessageMapSchema
 
messageName() - Method in class com.dyuproject.protostuff.CollectionSchema
 
messageName() - Method in class com.dyuproject.protostuff.MapSchema
 

N

newMessage() - Method in interface com.dyuproject.protostuff.CollectionSchema.MessageFactory
Creates a new Collection message.
newMessage() - Method in class com.dyuproject.protostuff.CollectionSchema
 
newMessage() - Method in interface com.dyuproject.protostuff.MapSchema.MessageFactory
Creates a new Map message.
newMessage() - Method in class com.dyuproject.protostuff.MapSchema
 

P

pipeSchema - Variable in class com.dyuproject.protostuff.CollectionSchema
 
pipeSchema - Variable in class com.dyuproject.protostuff.MapSchema
The pipe schema of the Map.
pipeSchema - Variable in class com.dyuproject.protostuff.MessageCollectionSchema
The pipe schema of the member (message).
put(K, V) - Method in class com.dyuproject.protostuff.MapSchema.MapWrapper
Puts the key-value entry.
putValueFrom(Input, MapSchema.MapWrapper<K, V>, K) - Method in class com.dyuproject.protostuff.MapSchema
Puts the entry(key and value), obtained from the input, into the MapWrapper.
putValueFrom(Input, MapSchema.MapWrapper<K, V>, K) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
putValueFrom(Input, MapSchema.MapWrapper<String, V>, String) - Method in class com.dyuproject.protostuff.StringMapSchema
 

R

readKeyFrom(Input, MapSchema.MapWrapper<K, V>) - Method in class com.dyuproject.protostuff.MapSchema
Reads the key from the input.
readKeyFrom(Input, MapSchema.MapWrapper<K, V>) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
readKeyFrom(Input, MapSchema.MapWrapper<String, V>) - Method in class com.dyuproject.protostuff.StringMapSchema
 

S

schema - Variable in class com.dyuproject.protostuff.MessageCollectionSchema
The schema of the member (message).
setValue(V) - Method in class com.dyuproject.protostuff.MapSchema.MapWrapper
Sets the new value and returns the old one.
StringMapSchema<V> - Class in com.dyuproject.protostuff
A schema for a Map with String keys.
StringMapSchema(Schema<V>) - Constructor for class com.dyuproject.protostuff.StringMapSchema
 
StringMapSchema(Schema<V>, Pipe.Schema<V>) - Constructor for class com.dyuproject.protostuff.StringMapSchema
 

T

transferKey(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.MapSchema
Transfers the key from the input to the output.
transferKey(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
transferKey(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.StringMapSchema
 
transferValue(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.CollectionSchema
Transfers the value from the input to the output.
transferValue(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.MapSchema
Transfers the value from the input to the output.
transferValue(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.MessageCollectionSchema
 
transferValue(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
transferValue(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.StringMapSchema
 
typeClass - Variable in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
 
typeClass() - Method in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
 
typeClass() - Method in interface com.dyuproject.protostuff.CollectionSchema.MessageFactory
The type to instantiate.
typeClass() - Method in class com.dyuproject.protostuff.CollectionSchema
 
typeClass - Variable in enum com.dyuproject.protostuff.MapSchema.MessageFactories
 
typeClass() - Method in enum com.dyuproject.protostuff.MapSchema.MessageFactories
 
typeClass() - Method in interface com.dyuproject.protostuff.MapSchema.MessageFactory
The type to instantiate.
typeClass() - Method in class com.dyuproject.protostuff.MapSchema
 

V

VALUE_STRING - Static variable in class com.dyuproject.protostuff.StringMapSchema
The schema for Map
valueOf(String) - Static method in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dyuproject.protostuff.MapSchema.MessageFactories
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dyuproject.protostuff.CollectionSchema.MessageFactories
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dyuproject.protostuff.MapSchema.MessageFactories
Returns an array containing the constants of this enum type, in the order they are declared.
vPipeSchema - Variable in class com.dyuproject.protostuff.MessageMapSchema
The pipe schema of the message value.
vPipeSchema - Variable in class com.dyuproject.protostuff.StringMapSchema
The pipe schema of the message value.
vSchema - Variable in class com.dyuproject.protostuff.MessageMapSchema
The schema of the message value.
vSchema - Variable in class com.dyuproject.protostuff.StringMapSchema
The schema of the message value.

W

writeKeyTo(Output, int, K, boolean) - Method in class com.dyuproject.protostuff.MapSchema
Writes the key to the output.
writeKeyTo(Output, int, K, boolean) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
writeKeyTo(Output, int, String, boolean) - Method in class com.dyuproject.protostuff.StringMapSchema
 
writeTo(Output, Collection<V>) - Method in class com.dyuproject.protostuff.CollectionSchema
 
writeTo(Output, Map<K, V>) - Method in class com.dyuproject.protostuff.MapSchema
 
writeValueTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.CollectionSchema
Writes the value to the output.
writeValueTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.MapSchema
Writes the value to the output.
writeValueTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.MessageCollectionSchema
 
writeValueTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.MessageMapSchema
 
writeValueTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.StringMapSchema
 

A C F G I K M N P R S T V W

Copyright © 2009-2014. All Rights Reserved.