|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Delegate in com.dyuproject.protostuff.runtime |
|---|
| Classes in com.dyuproject.protostuff.runtime that implement Delegate | |
|---|---|
class |
RuntimeFieldFactory<V>
A factory to create runtime fields based on reflection. |
| Methods in com.dyuproject.protostuff.runtime that return Delegate | ||
|---|---|---|
|
DefaultIdStrategy.getDelegate(java.lang.Class<? super T> typeClass)
|
|
abstract
|
IdStrategy.getDelegate(java.lang.Class<? super T> typeClass)
Returns the delegate. |
|
protected
|
DefaultIdStrategy.resolveDelegateFrom(Input input)
|
|
protected abstract
|
IdStrategy.resolveDelegateFrom(Input input)
|
|
protected
|
DefaultIdStrategy.transferDelegateId(Input input,
Output output,
int fieldNumber)
|
|
protected abstract
|
IdStrategy.transferDelegateId(Input input,
Output output,
int fieldNumber)
|
|
protected
|
DefaultIdStrategy.tryWriteDelegateIdTo(Output output,
int fieldNumber,
java.lang.Class<T> clazz)
|
|
protected abstract
|
IdStrategy.tryWriteDelegateIdTo(Output output,
int fieldNumber,
java.lang.Class<T> clazz)
If this method returns null, the clazz was not registered as a delegate. |
|
| Methods in com.dyuproject.protostuff.runtime with parameters of type Delegate | ||
|---|---|---|
|
DefaultIdStrategy.registerDelegate(Delegate<T> delegate)
Registers a delegate. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||