Uses of Interface
py4j.reflection.ClassLoadingStrategy
Packages that use ClassLoadingStrategy
-
Uses of ClassLoadingStrategy in py4j.reflection
Classes in py4j.reflection that implement ClassLoadingStrategyModifier and TypeClassDescriptionclass
This class loading strategy uses the current thread's ClassLoader to load a class from a fully qualified name.class
This class loading strategy just uses the class current class loader to load a class from a fully qualified name.Methods in py4j.reflection that return ClassLoadingStrategyModifier and TypeMethodDescriptionstatic ClassLoadingStrategy
ReflectionUtil.getClassLoadingStrategy()
Methods in py4j.reflection with parameters of type ClassLoadingStrategyModifier and TypeMethodDescriptionstatic void
ReflectionUtil.setClassLoadingStrategy
(ClassLoadingStrategy classLoadingStrategy)