Package

ai.deepsense.commons.mail

templates

Permalink

package templates

Visibility
  1. Public
  2. All

Type Members

  1. trait Template[T] extends AnyRef

    Permalink

    Type class representing a template

    Type class representing a template

    The template class must be able to be loaded by name and must be able to be converted to String when it is provided a context

    T

    template class

  2. case class TemplateInstanceToLoad(templateName: String, templateContext: Map[String, Any]) extends Product with Serializable

    Permalink
  3. trait TemplateLoadedFromFile[T] extends Template[T]

    Permalink

    This class represents the templates that are loaded from File.

    This class represents the templates that are loaded from File.

    T

    template class

Value Members

  1. package instances

    Permalink

Ungrouped