Uses of Interface
ru.progrm_jarvis.javacommons.delegate.DelegateFactory
Packages that use DelegateFactory
-
Uses of DelegateFactory in ru.progrm_jarvis.javacommons.delegate
Classes in ru.progrm_jarvis.javacommons.delegate that implement DelegateFactoryModifier and TypeClassDescriptionfinal classImplementation ofdelegate factorywhich uses runtime class generation via ASM.classBase for implementingdelegate factoryusing internalCachingGeneratingDelegateFactory.DelegateWrapperFactorycached for each unique type.final classImplementation ofdelegate factorywhich uses runtime proxy generation viaProxy.Methods in ru.progrm_jarvis.javacommons.delegate that return DelegateFactoryModifier and TypeMethodDescriptionstatic DelegateFactoryAsmDelegateFactory.create()Creates an ASM-baseddelegate factory.static @NotNull DelegateFactoryProxyDelegateFactory.create()Creates a proxy-baseddelegate factory.static @NotNull DelegateFactoryDelegateFactories.createAvailable()Gets the best availabledelegate factory.