Class ValueMap

    • Constructor Detail

      • ValueMap

        public ValueMap()
        Constructor.
    • Method Detail

      • getReturnValue

        @Nullable
        public String getReturnValue()
        Gets the return value.
        Returns:
        the return value
      • setReturnValue

        public void setReturnValue​(@Nonnull @NotEmpty
                                   String newReturnValue)
        Sets the return value.
        Parameters:
        newReturnValue - the return value
      • setSourceValues

        public void setSourceValues​(@Nullable @NonnullElements
                                    Collection<SourceValue> newValues)
        Sets the Source values for the mapping.
        Parameters:
        newValues - functions used to map an input value to an output value