| Package | Description |
|---|---|
| com.networknt.jsonoverlay |
| Modifier and Type | Field and Description |
|---|---|
static OverlayFactory<Boolean> |
BooleanOverlay.factory |
static OverlayFactory<Integer> |
IntegerOverlay.factory |
static OverlayFactory<Object> |
ObjectOverlay.factory |
protected OverlayFactory<V> |
JsonOverlay.factory |
static OverlayFactory<Object> |
PrimitiveOverlay.factory |
static OverlayFactory<Number> |
NumberOverlay.factory |
static OverlayFactory<String> |
StringOverlay.factory |
| Modifier and Type | Method and Description |
|---|---|
protected OverlayFactory<List<V>> |
ListOverlay._getFactory() |
protected OverlayFactory<Boolean> |
BooleanOverlay._getFactory() |
protected OverlayFactory<Map<String,V>> |
MapOverlay._getFactory() |
protected OverlayFactory<Integer> |
IntegerOverlay._getFactory() |
protected OverlayFactory<Object> |
ObjectOverlay._getFactory() |
protected abstract OverlayFactory<?> |
JsonOverlay._getFactory() |
protected OverlayFactory<Object> |
PrimitiveOverlay._getFactory() |
protected OverlayFactory<Number> |
NumberOverlay._getFactory() |
protected OverlayFactory<String> |
StringOverlay._getFactory() |
static <V> OverlayFactory<List<V>> |
ListOverlay.getFactory(OverlayFactory<V> itemFactory) |
static <V> OverlayFactory<Map<String,V>> |
MapOverlay.getFactory(OverlayFactory<V> valueFactory,
String keyPattern) |
| Modifier and Type | Method and Description |
|---|---|
protected <X> ListOverlay<X> |
PropertiesOverlay._createList(String name,
String path,
OverlayFactory<X> itemFactory) |
protected <X> MapOverlay<X> |
PropertiesOverlay._createMap(String name,
String path,
OverlayFactory<X> valueFactory,
String keyPattern) |
protected <X> JsonOverlay<X> |
PropertiesOverlay._createScalar(String name,
String path,
OverlayFactory<X> factory) |
static <V> OverlayFactory<List<V>> |
ListOverlay.getFactory(OverlayFactory<V> itemFactory) |
static <V> OverlayFactory<Map<String,V>> |
MapOverlay.getFactory(OverlayFactory<V> valueFactory,
String keyPattern) |
| Constructor and Description |
|---|
Builder(OverlayFactory<?> factory,
OV modelMember) |
EnumOverlay(com.fasterxml.jackson.databind.JsonNode json,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
EnumOverlay(V value,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
JsonOverlay(com.fasterxml.jackson.databind.JsonNode json,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
JsonOverlay(V value,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
PropertiesOverlay(com.fasterxml.jackson.databind.JsonNode json,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
PropertiesOverlay(V value,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
RefOverlay(com.fasterxml.jackson.databind.JsonNode json,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
RefOverlay(Reference reference,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
ScalarOverlay(com.fasterxml.jackson.databind.JsonNode json,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
ScalarOverlay(V value,
JsonOverlay<?> parent,
OverlayFactory<V> factory,
ReferenceManager refMgr) |
Copyright © 2018. All rights reserved.