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