Package org.frankframework.align
Interface SubstitutionProvider<V>
- All Known Implementing Classes:
OverridesMap
public interface SubstitutionProvider<V>
-
Method Summary
Modifier and TypeMethodDescriptiongetDefault
(AlignmentContext context) getOverride
(AlignmentContext context) getSubstitutionsFor
(AlignmentContext context, String childName) boolean
hasOverride
(AlignmentContext context) boolean
hasSubstitutionsFor
(AlignmentContext context, String childName)
-
Method Details
-
hasSubstitutionsFor
-
getSubstitutionsFor
-
hasOverride
-
getOverride
-
getDefault
-