Class ListResolver<T>
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.FromListResolver<List<T>,T>
-
- org.cyclos.impl.users.productresolvers.ListResolver<T>
-
- All Implemented Interfaces:
ProductsResolver<List<T>,Void>
- Direct Known Subclasses:
FromTreeSetListResolver
public class ListResolver<T> extends FromListResolver<List<T>,T>
AProductsResolverthat returns all values in a list
-
-
Constructor Summary
Constructors Constructor Description ListResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<T>toResult(List<T> values)Must be implemented to actually transform the given list of all values to the expected result-
Methods inherited from class org.cyclos.impl.users.productresolvers.FromListResolver
allowNulls, newCollection, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.users.productresolvers.ProductsResolver
cacheResult
-
-
-
-
Method Detail
-
toResult
protected List<T> toResult(List<T> values)
Description copied from class:FromListResolverMust be implemented to actually transform the given list of all values to the expected result- Specified by:
toResultin classFromListResolver<List<T>,T>
-
-