Interface ContextValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImmutableContextValue, ModifiableContextValue

@Immutable @Modifiable @TypeAdapters public interface ContextValue extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
     
  • Method Details

    • getId

      @NotNull @NotNull String getId()
    • getValue

      Object getValue()