Uses of Class
dev.voidframework.core.helper.Reflection.WrappedClass
Packages that use Reflection.WrappedClass
-
Uses of Reflection.WrappedClass in dev.voidframework.core.helper
Methods in dev.voidframework.core.helper with parameters of type Reflection.WrappedClassModifier and TypeMethodDescriptionstatic <T> TReflection.getFieldValue(Object classInstance, String fieldName, Reflection.WrappedClass<T> wrappedClass) Retrieves the value of a specific field.