Class GetClassByNameFunction.Abst
java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction.Abst
- All Implemented Interfaces:
GetClassByNameFunction
,ThrowingQuadFunction<String,
Boolean, ClassLoader, Class<?>, Class<?>, Throwable>
- Direct Known Subclasses:
GetClassByNameFunction.ForJava7
,GetClassByNameFunction.ForJava7.ForSemeru
- Enclosing interface:
GetClassByNameFunction
public abstract static class GetClassByNameFunction.Abst
extends Object
implements GetClassByNameFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetClassByNameFunction
GetClassByNameFunction.Abst, GetClassByNameFunction.ForJava7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract MethodHandle
retrieveClassFinder
(Map<Object, Object> context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingQuadFunction
apply
-
Field Details
-
classFinder
-
-
Constructor Details
-
Abst
- Throws:
Throwable
-
-
Method Details
-
retrieveClassFinder
protected abstract MethodHandle retrieveClassFinder(Map<Object, Object> context) throws NoSuchMethodException, IllegalAccessException, Throwable
-