Uses of Class
io.protostuff.runtime.HasDelegate
Packages that use HasDelegate
-
Uses of HasDelegate in io.protostuff.runtime
Subclasses of HasDelegate in io.protostuff.runtimeModifier and TypeClassDescriptionprotected static final classFields in io.protostuff.runtime with type parameters of type HasDelegateModifier and TypeFieldDescription(package private) final ConcurrentHashMap<String, HasDelegate<?>> DefaultIdStrategy.delegateMappingMethods in io.protostuff.runtime that return HasDelegateModifier and TypeMethodDescription<T> HasDelegate<T> DefaultIdStrategy.getDelegateWrapper(Class<? super T> typeClass) <T> HasDelegate<T> ExplicitIdStrategy.getDelegateWrapper(Class<? super T> typeClass) abstract <T> HasDelegate<T> IdStrategy.getDelegateWrapper(Class<? super T> typeClass) Returns thedelegate.<T> HasDelegate<T> IncrementalIdStrategy.getDelegateWrapper(Class<? super T> typeClass) protected <T> HasDelegate<T> DefaultIdStrategy.resolveDelegateFrom(Input input) protected <T> HasDelegate<T> ExplicitIdStrategy.resolveDelegateFrom(Input input) protected abstract <T> HasDelegate<T> IdStrategy.resolveDelegateFrom(Input input) protected <T> HasDelegate<T> IncrementalIdStrategy.resolveDelegateFrom(Input input) protected <T> HasDelegate<T> DefaultIdStrategy.transferDelegateId(Input input, Output output, int fieldNumber) protected <T> HasDelegate<T> ExplicitIdStrategy.transferDelegateId(Input input, Output output, int fieldNumber) protected abstract <T> HasDelegate<T> IdStrategy.transferDelegateId(Input input, Output output, int fieldNumber) protected <T> HasDelegate<T> IncrementalIdStrategy.transferDelegateId(Input input, Output output, int fieldNumber) protected <T> HasDelegate<T> DefaultIdStrategy.tryWriteDelegateIdTo(Output output, int fieldNumber, Class<T> clazz) protected <T> HasDelegate<T> ExplicitIdStrategy.tryWriteDelegateIdTo(Output output, int fieldNumber, Class<T> clazz) protected abstract <T> HasDelegate<T> IdStrategy.tryWriteDelegateIdTo(Output output, int fieldNumber, Class<T> clazz) If this method returns null, the clazz was not registered as a delegate.protected <T> HasDelegate<T> IncrementalIdStrategy.tryWriteDelegateIdTo(Output output, int fieldNumber, Class<T> clazz)