public final class EmptyReflectionValueProvider extends Object implements IReflectionValueProvider
| Constructor and Description |
|---|
EmptyReflectionValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Class<?> clazz) |
<T> T |
get(Class<T> clazz) |
<T> Collection<T> |
getAll(Class<T> clazz) |
public <T> Collection<T> getAll(Class<T> clazz)
getAll in interface IReflectionValueProviderpublic <T> T get(Class<T> clazz)
get in interface IReflectionValueProviderpublic boolean contains(Class<?> clazz)
contains in interface IReflectionValueProviderCopyright © 2007–2016 Andreas Bartels. All rights reserved.