Uses of Interface
io.protostuff.runtime.Delegate
Packages that use Delegate
-
Uses of Delegate in io.protostuff.runtime
Classes in io.protostuff.runtime that implement DelegateFields in io.protostuff.runtime declared as DelegateMethods in io.protostuff.runtime that return DelegateModifier and TypeMethodDescription<T> Delegate<T> DefaultIdStrategy.getDelegate(Class<? super T> typeClass) <T> Delegate<T> ExplicitIdStrategy.getDelegate(Class<? super T> typeClass) HasDelegate.getDelegate()Returns the delegate.abstract <T> Delegate<T> IdStrategy.getDelegate(Class<? super T> typeClass) Returns thedelegate.<T> Delegate<T> IncrementalIdStrategy.getDelegate(Class<? super T> typeClass) Methods in io.protostuff.runtime with parameters of type DelegateModifier and TypeMethodDescription<T> booleanDefaultIdStrategy.registerDelegate(Delegate<T> delegate) Registers a delegate.<T> booleanDefaultIdStrategy.registerDelegate(String className, Delegate<T> delegate) Registers a delegate by specifying the class name.ExplicitIdStrategy.Registry.registerDelegate(Delegate<T> delegate, int id) Register aDelegateand assign an id.IncrementalIdStrategy.Registry.registerDelegate(Delegate<T> delegate, int id) Register aDelegateand assign an id.NumericIdStrategy.Registry.registerDelegate(Delegate<T> delegate, int id) Register aDelegateand assign an id.Constructors in io.protostuff.runtime with parameters of type DelegateModifierConstructorDescriptionDelegateArray(IdStrategy strategy, PolymorphicSchema.Handler handler, Delegate<Object> delegate) HasDelegate(Delegate<T> delegate, IdStrategy strategy)