Example usage for java.util.stream Node subclass-usage

List of usage examples for java.util.stream Node subclass-usage

Introduction

In this page you can find the example usage for java.util.stream Node subclass-usage.

Usage

From source file com.netflix.spinnaker.halyard.config.model.v1.node.Halconfig.java

/**
 * Maps the entire contents of ~/.hal/config.
 */
@Data
@EqualsAndHashCode(callSuper = false)
public class Halconfig extends Node {

From source file com.netflix.spinnaker.halyard.config.model.v1.node.DeploymentConfiguration.java

/**
 * A DeploymentConfiguration is an installation of Spinnaker, described in your Halconfig.
 *
 * @see Halconfig
 */
@Data