public interface IReflectionValueProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Class<?> clazz) |
<T> T |
get(Class<T> clazz) |
<T> Collection<T> |
getAll(Class<T> componentType) |
boolean contains(Class<?> clazz)
<T> T get(Class<T> clazz)
<T> Collection<T> getAll(Class<T> componentType)
Copyright © 2007–2016 Andreas Bartels. All rights reserved.