All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.mgmt.util.ObjectNodesSorter Maven / Gradle / Ivy

Go to download

Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic

There is a newer version: 5.0.0
Show newest version
package com.marklogic.mgmt.util;

import com.fasterxml.jackson.databind.node.ObjectNode;

import java.util.List;

/**
 * Strategy interface for sorting a list of ObjectNode objects. Initially created to hide how Role objects must be
 * sorted.
 */
public interface ObjectNodesSorter {

	List sortObjectNodes(List objectNodes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy