Interface AdditionalDataHolder


public interface AdditionalDataHolder
Defines a contract for models that can hold additional data besides the described properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additional data for this object that did not belong to the properties.
  • Method Details

    • getAdditionalData

      @Nonnull Map<String,Object> getAdditionalData()
      Gets the additional data for this object that did not belong to the properties.
      Returns:
      The additional data for this object.