| Package | Description |
|---|---|
| com.networknt.jsonoverlay |
| Modifier and Type | Method and Description |
|---|---|
protected <X> ListOverlay<X> |
PropertiesOverlay._createList(String name,
String path,
OverlayFactory<X> itemFactory) |
static <X> ListOverlay<X> |
Overlay.getListOverlay(Overlay<List<X>> overlay) |
| Modifier and Type | Method and Description |
|---|---|
static <V> Overlay<List<V>> |
Overlay.of(ListOverlay<V> overlay) |
static <V> Overlay<V> |
Overlay.of(ListOverlay<V> list,
int index) |
| Constructor and Description |
|---|
Overlay(ListOverlay<V> list,
int index) |
Copyright © 2018. All rights reserved.