public interface ResolutionTask<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getPlaceholders()
The list of items that need to be resolved.
|
Collection<? extends ResolutionTask<T>> |
resolve(List<Object> resolutions)
Populates the given entity with the given data.
|
Collection<? extends ResolutionTask<T>> resolve(List<Object> resolutions)
resolutions - Copyright © 2017. All rights reserved.