11121314151617
public boolean applies(Object config) { return config instanceof List; } public Wrapper createWrapper(String scope, String modelScope, Object config) { return new ListWrapper(scope, modelScope, (List<Object>) config); }