Interface StructuredObjectEntry<T extends StructuredObjectEntryType>


public interface StructuredObjectEntry<T extends StructuredObjectEntryType>
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
    boolean
     
     
     
  • Method Details

    • key

      String key()
    • value

      Object value()
    • type

      T type()
    • partial

      boolean partial()