Class GetClassByNameFunction.ForJava7.ForSemeru
java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction.Abst
io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction.ForJava7.ForSemeru
- All Implemented Interfaces:
GetClassByNameFunction
,ThrowingQuadFunction<String,
Boolean, ClassLoader, Class<?>, Class<?>, Throwable>
- Enclosing class:
GetClassByNameFunction.ForJava7
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction
GetClassByNameFunction.Abst, GetClassByNameFunction.ForJava7
-
Field Summary
Fields inherited from class io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction.Abst
classFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> apply
(String className, Boolean initialize, ClassLoader classLoader, Class<?> caller) protected MethodHandle
retrieveClassFinder
(Map<Object, Object> context)
-
Constructor Details
-
ForSemeru
- Throws:
Throwable
-
-
Method Details
-
retrieveClassFinder
- Specified by:
retrieveClassFinder
in classGetClassByNameFunction.Abst
- Throws:
Throwable
-
apply
public Class<?> apply(String className, Boolean initialize, ClassLoader classLoader, Class<?> caller) throws Throwable - Throws:
Throwable
-