Skip navigation links
A B C D E G I N O P S 

A

addImplementationSpecificInvokers(List<MethodClassification<?, ?>>) - Method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyDispatcherInvocationHandler
 

B

ByteBuddyDispatcherInvocationHandler<T> - Class in one.edee.oss.proxycian.bytebuddy
 
ByteBuddyDispatcherInvocationHandler(T, MethodClassification<?, ?>...) - Constructor for class one.edee.oss.proxycian.bytebuddy.ByteBuddyDispatcherInvocationHandler
 
ByteBuddyNoOpProxyGenerator - Interface in one.edee.oss.proxycian.bytebuddy
 
ByteBuddyProxyGenerator - Class in one.edee.oss.proxycian.bytebuddy
 
ByteBuddyProxyGenerator() - Constructor for class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
 
ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory - Class in one.edee.oss.proxycian.bytebuddy
 

C

clearClassCache() - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method clears cached classes.
clearMethodClassificationCache() - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method clears method classification cache that keeps direct references from proxied class methods to their implementation in the form of PredicateMethodClassification.invocationHandler.

D

deserialize(Serializable, Class<?>[]) - Method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory
 
deserialize(ProxyStateWithConstructorArgs, Class<?>[], Class<?>[], Object[]) - Method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory
 

E

EXCLUDED_CLASSES - Static variable in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
 

G

GENERATED_PACKAGE_PATH - Static variable in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
 
GeneratedDummyClass - Class in one.edee.oss.proxycian.bytebuddy.generated
To support Java 11, INJECTION strategy needs to be replaced by ClassDefinitionStrategy.UsingLookup.of(lookup) where the provided lookup must have access to the package in which a classes would reside.
GeneratedDummyClass() - Constructor for class one.edee.oss.proxycian.bytebuddy.generated.GeneratedDummyClass
 
getExcludedInterfaces() - Method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory
 
getProxyClass(Class<?>[]) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Returns previously created class or construct new from the passed interfaces.
getProxyClass(Class<?>[], ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Returns previously created class or construct new from the passed interfaces.
getStrategy(Class<?>) - Method in class one.edee.oss.proxycian.bytebuddy.generated.StrategyProvider
 

I

instantiate(Class<T>) - Static method in interface one.edee.oss.proxycian.bytebuddy.ByteBuddyNoOpProxyGenerator
 
instantiate(DispatcherInvocationHandler, Class<?>...) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object with passed set of interfaces and the invocation handler.
instantiate(DispatcherInvocationHandler, Class<?>[], ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object with passed set of interfaces and the invocation handler.
instantiate(DispatcherInvocationHandler, Class<?>[], Class<?>[], Object[]) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object with passed set of interfaces and the invocation handler.
instantiate(DispatcherInvocationHandler, Class<?>[], Class<?>[], Object[], ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object with passed set of interfaces and the invocation handler.
instantiate(ProxyRecipe, Object) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiate(ProxyRecipe, Object, ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiate(ProxyRecipe, Object, Class<?>[], Object[]) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiate(ProxyRecipe, Object, Class<?>[], Object[], ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiateSerializable(ProxyRecipe, Serializable) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiateSerializable(ProxyRecipe, Serializable, ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiateSerializable(ProxyRecipe, ProxyStateWithConstructorArgs, Class<?>[], Object[]) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
instantiateSerializable(ProxyRecipe, Serializable, Class<?>[], Object[], ClassLoader) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
Method creates and instantiates new proxy object defined by passed ProxyRecipe and uses passed `proxyState` object as proxy internal memory.
interceptMethodCall(Object, Method, ByteBuddyDispatcherInvocationHandler<?>, Callable<Object>, Callable<Object>, Object[]) - Static method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyDispatcherInvocationHandler
This method gets bound and invoked by the ByteBuddy.
interceptMethodCall(Object, Method, Callable<Object>, Callable<Object>, Object[]) - Method in class one.edee.oss.proxycian.bytebuddy.ByteBuddyDispatcherInvocationHandler
 
INVOCATION_HANDLER_FIELD - Static variable in class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator
 

N

NULL_INVOCATION_HANDLER - Static variable in interface one.edee.oss.proxycian.bytebuddy.ByteBuddyNoOpProxyGenerator
 

O

one.edee.oss.proxycian.bytebuddy - package one.edee.oss.proxycian.bytebuddy
 
one.edee.oss.proxycian.bytebuddy.generated - package one.edee.oss.proxycian.bytebuddy.generated
 

P

ProxyRecipeDeserializationProxyFactory(ProxyRecipe) - Constructor for class one.edee.oss.proxycian.bytebuddy.ByteBuddyProxyGenerator.ProxyRecipeDeserializationProxyFactory
 

S

StrategyProvider - Class in one.edee.oss.proxycian.bytebuddy.generated
Stragegy provider provides an strategy for by specific Java version
StrategyProvider() - Constructor for class one.edee.oss.proxycian.bytebuddy.generated.StrategyProvider
 
A B C D E G I N O P S 
Skip navigation links

Copyright © 2022 FG Forrest, a.s.. All rights reserved.