Interface TemplateFields

All Known Subinterfaces:
MetaAndTemplateFields, MetaAndTemplateFields.MetaAndTemplateFieldsBuilder, TemplateFields.TemplateFieldsBuilder
All Known Implementing Classes:
MetaAndTemplateFields.MetaAndTemplateFieldsBuilderImpl, MetaAndTemplateFields.MetaAndTemplateFieldsImpl

public interface TemplateFields
Templates can be used to reduce data duplication by providing a reference to a separate "template". Instances can then specify the reference to the template and the common data can be extracted there. The instance can be merged with the template to form one complete, valid instance. TemplateFields extends MetaFields to provide methods to get and set a global reference to the template's global key.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the template global reference, which corresponds to the template's global key.
  • Method Details

    • getTemplateGlobalReference

      String getTemplateGlobalReference()
      Gets the template global reference, which corresponds to the template's global key.