Class SubstitutionNode<V>

java.lang.Object
org.frankframework.align.SubstitutionNode<V>
Direct Known Subclasses:
OverridesMap

public class SubstitutionNode<V> extends Object
  • Constructor Details

    • SubstitutionNode

      public SubstitutionNode()
  • Method Details

    • registerSubstitutes

      public void registerSubstitutes(Map<String,V> substitutes)
    • registerSubstitute

      protected final void registerSubstitute(String path, V value)
    • registerSubstitute

      protected void registerSubstitute(String[] elements, int index, V value)
    • getMatchingValue

      public V getMatchingValue(@Nullable AlignmentContext context, @Nullable String elementName)