Class UnknownClassHandle
java.lang.Object
com.cryptomorin.xseries.reflection.jvm.classes.ClassHandle
com.cryptomorin.xseries.reflection.jvm.classes.UnknownClassHandle
- All Implemented Interfaces:
NamedReflectiveHandle,ReflectiveHandle<Class<?>>
A class handle that was parsed from string, the name is known, but it doesn't exist
at runtime.
- See Also:
-
Field Summary
Fields inherited from class com.cryptomorin.xseries.reflection.jvm.classes.ClassHandle
namespace -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cryptomorin.xseries.reflection.jvm.classes.ClassHandle
asArray, checkConstraints, constraint, constructor, constructor, constructor, constructor, enums, field, field, getDimensionCount, getNamespace, inner, inner, jvm, method, methodMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cryptomorin.xseries.reflection.ReflectiveHandle
cached, catchError, exists, reflectOrNull, unreflect, unwrap
-
Constructor Details
-
UnknownClassHandle
-
-
Method Details
-
getPossibleNames
-
asArray
- Specified by:
asArrayin classClassHandle
-
isArray
public boolean isArray()- Specified by:
isArrayin classClassHandle
-
copy
Description copied from interface:ReflectiveHandleCreates a new handle with the same properties.- Specified by:
copyin interfaceReflectiveHandle<Class<?>>- Specified by:
copyin classClassHandle
-
reflect
Description copied from interface:ReflectiveHandleThe heart of the class.- Returns:
- the final JVM object that exists in this runtime.
- Throws:
ReflectiveOperationException- if any errors occur while getting the object, including unknown objects, security issues, etc...- See Also:
-
toString
-