Uses of Class
com.cryptomorin.xseries.reflection.jvm.MemberHandle
Packages that use MemberHandle
-
Uses of MemberHandle in com.cryptomorin.xseries.reflection.jvm
Subclasses of MemberHandle in com.cryptomorin.xseries.reflection.jvmModifier and TypeClassDescriptionclassA handle for using reflection forConstructor.classA handle for using reflection for enums, which are technically aField.classA handle for using reflection forField.classThis class should not be used directly.classA handle for using reflection forMethod.classThis class should not be used directly.Methods in com.cryptomorin.xseries.reflection.jvm that return MemberHandleModifier and TypeMethodDescriptionabstract MemberHandleMemberHandle.clone()MemberHandle.makeAccessible()If this member is known to be private or a final field.Why would you even want to use this method for enums?abstract MemberHandleChanges the signature of this handle according to the given java code (seeReflectionParser) This overrides the current declaration, but names will be kept and any new names specified in the signature will also be added.