Class VariableMapperFactory


  • public class VariableMapperFactory
    extends VariableMapper
    Factory for creating variable mappers that track variable resolutions.
    • Constructor Detail

      • VariableMapperFactory

        public VariableMapperFactory​(VariableMapper target)
        Constructs a new VariableMapperFactory.
        Parameters:
        target - The target variable mapper to delegate to
        Throws:
        java.lang.NullPointerException - if target is null