@RestController @RequestMapping(value="/lists") public class GenericListsController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends Enum<?>>> |
enums |
| Constructor and Description |
|---|
GenericListsController() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
list(String id) |
void |
registerEnum(Class<? extends Enum<?>>... enumClasses) |
Copyright © 2015 Matsuo IT. All rights reserved.