Class ReflectConstructor<T>

java.lang.Object
com.github.darksoulq.abyssallib.common.reflection.ReflectMember<Constructor<T>>
com.github.darksoulq.abyssallib.common.reflection.ReflectConstructor<T>

public class ReflectConstructor<T> extends ReflectMember<Constructor<T>>
  • Method Details

    • getParameterTypes

      public Class<?>[] getParameterTypes()
    • getGenericParameterTypes

      public ReflectType[] getGenericParameterTypes()
    • getParameterCount

      public int getParameterCount()
    • newInstance

      public Result<T> newInstance(Object... args)