public class DIConstructors extends ArrayList<DIConstructor>
modCount| Constructor and Description |
|---|
DIConstructors(Class<?> type,
Map<Class<?>,Class<?>> wrappedPrimitiveTypeMap) |
| Modifier and Type | Method and Description |
|---|---|
DIConstructor |
findDefaultConstructor() |
DIConstructor |
findMatchingConstructorByParams(Object... params) |
DIConstructor |
findMatchingConstructorByParamTypes(Class<?>... paramTypes) |
List<DIConstructor> |
findMatchingConstructorsByParams(Object... params) |
DIConstructors |
mustHaveAtLeastOnePublicConstructor() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic DIConstructors mustHaveAtLeastOnePublicConstructor()
public List<DIConstructor> findMatchingConstructorsByParams(Object... params)
public DIConstructor findMatchingConstructorByParams(Object... params)
public DIConstructor findMatchingConstructorByParamTypes(Class<?>... paramTypes)
public DIConstructor findDefaultConstructor()
Copyright © 2014. All rights reserved.