Uses of Class
com.networknt.jsonoverlay.Overlay
-
Packages that use Overlay Package Description com.networknt.jsonoverlay -
-
Uses of Overlay in com.networknt.jsonoverlay
Methods in com.networknt.jsonoverlay that return Overlay Modifier and Type Method Description Overlay<V>Overlay. getReferenceOverlay()static <V> Overlay<V>Overlay. getReferenceOverlay(JsonOverlay<V> overlay)static <X> Overlay<X>Overlay. of(IJsonOverlay<?> props, String fieldName, Class<X> type)static <V> Overlay<V>Overlay. of(IJsonOverlay<V> overlay)static <V> Overlay<V>Overlay. of(JsonOverlay<V> overlay)static <V> Overlay<List<V>>Overlay. of(ListOverlay<V> overlay)static <V> Overlay<V>Overlay. of(ListOverlay<V> list, int index)static <V> Overlay<Map<String,V>>Overlay. of(MapOverlay<V> overlay)static <V> Overlay<V>Overlay. of(MapOverlay<V> map, String key)static <X> Overlay<X>Overlay. of(PropertiesOverlay<?> props, String fieldName, Class<X> type)static <V> Overlay<List<V>>Overlay. of(List<V> list)static <V> Overlay<V>Overlay. of(List<V> list, int index)static <V> Overlay<Map<String,V>>Overlay. of(Map<String,V> map)static <V> Overlay<V>Overlay. of(Map<String,V> map, String key)Methods in com.networknt.jsonoverlay with parameters of type Overlay Modifier and Type Method Description static <X> ListOverlay<X>Overlay. getListOverlay(Overlay<List<X>> overlay)static <X> MapOverlay<X>Overlay. getMapOverlay(Overlay<Map<String,X>> overlay)static PropertiesOverlay<?>Overlay. getPropertiesOverlay(Overlay<PropertiesOverlay<?>> overlay)
-