Package xyz.cofe.text

Class Template.TextItem<V>

  • Type Parameters:
    V - тип значения передаваемое в шаблон
    Enclosing class:
    Template<V>

    public static class Template.TextItem<V>
    extends Template.Item<V>
    Фрагмент шаблона - обычный текст
    • Constructor Summary

      Constructors 
      Constructor Description
      TextItem​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String eval​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextItem

        public TextItem​(java.lang.String text)
    • Method Detail

      • eval

        public java.lang.String eval​(V value)
        Specified by:
        eval in class Template.Item<V>