public interface

NodeAliasFactory

com.google.inject.grapher.NodeAliasFactory<K>
Known Indirect Subclasses

Class Overview

Factory for aliasing one node ID to another. Used when we don't want to render Keys from Bindings that are not interesting.

Summary

Public Methods
abstract void newAlias(K fromId, K toId)
Makes edges that would point to fromId point to toId instead.

Public Methods

public abstract void newAlias (K fromId, K toId)

Makes edges that would point to fromId point to toId instead.