org.qi4j.api.util
Class Constructors

java.lang.Object
  extended by org.qi4j.api.util.Constructors

public final class Constructors
extends java.lang.Object

Useful methods for handling Constructors.


Field Summary
static Function<java.lang.reflect.Type,java.lang.Iterable<java.lang.reflect.Constructor<?>>> CONSTRUCTORS_OF
           
 
Constructor Summary
Constructors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSTRUCTORS_OF

public static final Function<java.lang.reflect.Type,java.lang.Iterable<java.lang.reflect.Constructor<?>>> CONSTRUCTORS_OF
Constructor Detail

Constructors

public Constructors()