Uses of Class
com.networknt.jsonoverlay.OverlayFactory
-
Packages that use OverlayFactory Package Description com.networknt.jsonoverlay -
-
Uses of OverlayFactory in com.networknt.jsonoverlay
Fields in com.networknt.jsonoverlay declared as OverlayFactory Modifier and Type Field Description static OverlayFactory<Boolean>BooleanOverlay. factorystatic OverlayFactory<Integer>IntegerOverlay. factoryprotected OverlayFactory<V>JsonOverlay. factorystatic OverlayFactory<Number>NumberOverlay. factorystatic OverlayFactory<Object>ObjectOverlay. factorystatic OverlayFactory<Object>PrimitiveOverlay. factorystatic OverlayFactory<String>StringOverlay. factoryMethods in com.networknt.jsonoverlay that return OverlayFactory Modifier and Type Method Description protected OverlayFactory<Boolean>BooleanOverlay. _getFactory()protected OverlayFactory<Integer>IntegerOverlay. _getFactory()protected abstract OverlayFactory<?>JsonOverlay. _getFactory()protected OverlayFactory<List<V>>ListOverlay. _getFactory()protected OverlayFactory<Map<String,V>>MapOverlay. _getFactory()protected OverlayFactory<Number>NumberOverlay. _getFactory()protected OverlayFactory<Object>ObjectOverlay. _getFactory()protected OverlayFactory<Object>PrimitiveOverlay. _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)Methods in com.networknt.jsonoverlay with parameters of type OverlayFactory Modifier and Type Method 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)Constructors in com.networknt.jsonoverlay with parameters of type OverlayFactory Constructor 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)
-