com.tangosol.net.management.MapJsonBodyHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence Show documentation
Show all versions of coherence Show documentation
Oracle Coherence Community Edition
/*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.net.management;
import com.tangosol.internal.http.BaseHttpHandler;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.ServiceLoader;
/**
* A class that can serialize and deserialize {@link Map Maps}
* to and from json.
*
* @author Jonathan Knight 2022.01.25
* @since 22.06
*/
public interface MapJsonBodyHandler
extends BaseHttpHandler.BodyWriter