Uses of Package
com.cryptomorin.xseries.reflection.aggregate
Packages that use com.cryptomorin.xseries.reflection.aggregate
-
Classes in com.cryptomorin.xseries.reflection.aggregate used by com.cryptomorin.xseries.reflectionClassDescriptionMost reflection APIs already provide a name-based fallback system that can be used (like
DynamicClassHandle.named(String...)) but sometimes the signature of certain JVM declarations just change entirely, that's where this class could be useful.A version ofAggregateReflectiveHandlethat returns an object associated with aReflectiveHandleinstead of the handle itself.Provides objects based on the current version of the server (XReflection.supports(int, int, int)), it's mostly useful for primitive values, for reflection you should use the specializedXReflectionclass instead. -
Classes in com.cryptomorin.xseries.reflection.aggregate used by com.cryptomorin.xseries.reflection.aggregateClassDescriptionMost reflection APIs already provide a name-based fallback system that can be used (like
DynamicClassHandle.named(String...)) but sometimes the signature of certain JVM declarations just change entirely, that's where this class could be useful.A version ofAggregateReflectiveHandlethat returns an object associated with aReflectiveHandleinstead of the handle itself.Provides objects based on the current version of the server (XReflection.supports(int, int, int)), it's mostly useful for primitive values, for reflection you should use the specializedXReflectionclass instead.