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 GetClassByNameFunction
GetClassByNameFunction.Abst, GetClassByNameFunction.ForJava7 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract MethodHandleretrieveClassFinder(Map<Object, Object> context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ThrowingQuadFunction
apply
-
Field Details
-
classFinder
-
-
Constructor Details
-
Abst
-
-
Method Details
-
retrieveClassFinder
protected abstract MethodHandle retrieveClassFinder(Map<Object, Object> context) throws NoSuchMethodException, IllegalAccessException, Throwable
-