public class ProviderFinder<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<T> |
find() |
static <T> ProviderFinder<T> |
of(Class<T> type)
Creates a
ProviderFinder which will find providers of type provided as argument.. |
public static <T> ProviderFinder<T> of(Class<T> type)
ProviderFinder which will find providers of type provided as argument..type - the type of providers to search.ProviderFinder handling providers lookup.Copyright © 2008-2014. All Rights Reserved.