Package dev.voidframework.core.utils
Class ReflectionUtils.WrappedClass<T>
java.lang.Object
dev.voidframework.core.utils.ReflectionUtils.WrappedClass<T>
- Type Parameters:
T- The wrapped class type
- Enclosing class:
- ReflectionUtils
Allows to wrap a complex class type (ie: Map{String, Integer})
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WrappedClass
public WrappedClass()Build a new instance.
-
-
Method Details
-
getWrappedClass
Returns the wrapped class type.- Returns:
- The wrapped class type
-