インタフェース TemplateReady

すべてのスーパーインタフェース:
Jsonifiable
既知のサブインタフェースのリスト:
IFileType, TemplateReadySortable
既知の実装クラスのリスト:
FileType, IgnoreMetadataKeys, IgnoreMetadataKeysImpl, IndexEntry, Material, MaterialList, MaterialProduct, MaterialProductGroup, Metadata, MetadataAttribute, MetadataImpl, QueryOnMetadata, QueryOnMetadataImpl, SemanticVersionMatcherResult

public interface TemplateReady extends Jsonifiable
  • メソッドの詳細

    • toTemplateModel

      default Map<String,Object> toTemplateModel()
      convert the object into Map object which can be consumed by FreeMarker as model
      戻り値:
      a model
    • toTemplateModelAsJson

      default String toTemplateModelAsJson()
      戻り値:
      one line json (non-pretty-printed)
    • toTemplateModelAsJson

      default String toTemplateModelAsJson(boolean prettyPrint)