public static class ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory extends Object implements SerializableProxy.DeserializationProxyFactory
| Constructor and Description |
|---|
ProxyRecipeDeserializationProxyFactory(ProxyRecipe proxyRecipe) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(ProxyStateWithConstructorArgs proxyState,
Class<?>[] interfaces,
Class<?>[] constructorTypes,
Object[] constructorArgs) |
Object |
deserialize(Serializable proxyState,
Class<?>[] interfaces) |
Set<Class<?>> |
getExcludedInterfaces() |
public ProxyRecipeDeserializationProxyFactory(ProxyRecipe proxyRecipe)
@Nonnull public Set<Class<?>> getExcludedInterfaces()
getExcludedInterfaces in interface SerializableProxy.DeserializationProxyFactorypublic Object deserialize(@Nonnull Serializable proxyState, @Nonnull Class<?>[] interfaces)
deserialize in interface SerializableProxy.DeserializationProxyFactorypublic Object deserialize(@Nonnull ProxyStateWithConstructorArgs proxyState, @Nonnull Class<?>[] interfaces, @Nonnull Class<?>[] constructorTypes, @Nonnull Object[] constructorArgs)
deserialize in interface SerializableProxy.DeserializationProxyFactoryCopyright © 2022 FG Forrest, a.s.. All rights reserved.