Interface ValueSource

    • Method Detail

      • copyAndResolve

        java.lang.Object copyAndResolve​(java.util.Map<java.lang.String,​java.lang.Object> model)
        Returns a copy of the value this ValueSource holds and resolves templates if there're any. For immutable values only a copy of the reference to the value is made.
        Parameters:
        model - The model to be used when resolving any templates
        Returns:
        copy of the wrapped value