Interface AdditionalProperties


public interface AdditionalProperties
Interface definition for schemas supporting additional properties
Since:
1.6
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    get(String key)
    Return the additional property with the specified name.
  • Method Details

    • get

      Object get(String key)
      Return the additional property with the specified name.
      Parameters:
      key - the name of the property
      Returns:
      the additional property with the specified name
      Since:
      1.6