| Package | Description |
|---|---|
| com.networknt.jsonoverlay |
| Modifier and Type | Method and Description |
|---|---|
PropertiesOverlay<?> |
Overlay.getParentPropertiesOverlay() |
static <V> PropertiesOverlay<?> |
Overlay.getParentPropertiesOverlay(JsonOverlay<V> overlay) |
static PropertiesOverlay<?> |
Overlay.getPropertiesOverlay(Overlay<PropertiesOverlay<?>> overlay) |
| Modifier and Type | Method and Description |
|---|---|
static <X> Overlay<X> |
Overlay.of(PropertiesOverlay<?> props,
String fieldName,
Class<X> type) |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesOverlay<?> |
Overlay.getPropertiesOverlay(Overlay<PropertiesOverlay<?>> overlay) |
| Constructor and Description |
|---|
Overlay(PropertiesOverlay<?> props,
String fieldName) |
Copyright © 2018. All rights reserved.