Uses of Interface
ru.progrm_jarvis.javacommons.delegate.CachingGeneratingDelegateFactory.DelegateWrapperFactory
Packages that use CachingGeneratingDelegateFactory.DelegateWrapperFactory
-
Uses of CachingGeneratingDelegateFactory.DelegateWrapperFactory in ru.progrm_jarvis.javacommons.delegate
Fields in ru.progrm_jarvis.javacommons.delegate with type parameters of type CachingGeneratingDelegateFactory.DelegateWrapperFactoryModifier and TypeFieldDescriptionprotected final @NonNull Cache<@NotNull Class<?>,@NotNull CachingGeneratingDelegateFactory.DelegateWrapperFactory<?>> CachingGeneratingDelegateFactory.factoriesCache ofdelegate-wrapper factoriesby wrapped typesMethods in ru.progrm_jarvis.javacommons.delegate that return CachingGeneratingDelegateFactory.DelegateWrapperFactoryModifier and TypeMethodDescriptionprotected <T> @NotNull CachingGeneratingDelegateFactory.DelegateWrapperFactory<T>AsmDelegateFactory.createFactory(@NotNull Class<T> targetType) protected abstract <T> @NotNull CachingGeneratingDelegateFactory.DelegateWrapperFactory<T>CachingGeneratingDelegateFactory.createFactory(@NotNull Class<T> targetType) Creates adelegate-wrapper factoryfot the given type.Constructor parameters in ru.progrm_jarvis.javacommons.delegate with type arguments of type CachingGeneratingDelegateFactory.DelegateWrapperFactoryModifierConstructorDescriptionCachingGeneratingDelegateFactory(@NonNull Cache<@NotNull Class<?>, @NotNull CachingGeneratingDelegateFactory.DelegateWrapperFactory<?>> factories)