Class ReflectionUtils.WrappedClass<T>

java.lang.Object
dev.voidframework.core.utils.ReflectionUtils.WrappedClass<T>
Type Parameters:
T - The wrapped class type
Enclosing class:
ReflectionUtils

public static final class ReflectionUtils.WrappedClass<T> extends Object
Allows to wrap a complex class type (ie: Map{String, Integer})
  • Constructor Details

    • WrappedClass

      public WrappedClass()
      Build a new instance.
  • Method Details

    • getWrappedClass

      public Class<T> getWrappedClass()
      Returns the wrapped class type.
      Returns:
      The wrapped class type