| Package | Description |
|---|---|
| com.networknt.jsonoverlay |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IModelPart<Model,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanOverlay |
class |
EnumOverlay<V extends Enum<V>> |
class |
IntegerOverlay |
class |
JsonOverlay<V> |
class |
ListOverlay<V> |
class |
MapOverlay<V> |
class |
NumberOverlay |
class |
ObjectOverlay |
class |
PrimitiveOverlay |
class |
PropertiesOverlay<V> |
class |
ScalarOverlay<V> |
class |
StringOverlay |
| Modifier and Type | Method and Description |
|---|---|
static <X> Overlay<X> |
Overlay.of(IJsonOverlay<?> props,
String fieldName,
Class<X> type) |
static <V> Overlay<V> |
Overlay.of(IJsonOverlay<V> overlay) |
| Constructor and Description |
|---|
Overlay(IJsonOverlay<?> overlay) |
Copyright © 2018. All rights reserved.