
com.nordstrom.common.params.Params Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-utils Show documentation
Show all versions of java-utils Show documentation
Nordstrom Java Utils is a small collection of general-purpose utility classes with wide applicability.
The newest version!
package com.nordstrom.common.params;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
/**
* This interface enables implementers to provide methods to support for concisely-defined parameters.
*/
public interface Params {
/**
* Get the defined parameters.
*
* @return optional map of named parameters
*/
Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy