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})
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WrappedClass
public WrappedClass()Build a new instance.- Since:
- 1.0.0
-
-
Method Details
-
getWrappedClass
Returns the wrapped class type.- Returns:
- The wrapped class type
- Since:
- 1.0.0
-