Interface DataAttributesRW

All Known Subinterfaces:
Persistence
All Known Implementing Classes:
DataAttributesRWImpl, PersistenceImpl

public interface DataAttributesRW
  • Method Details

    • getDataAttribute

      <T> T getDataAttribute(String key, Class<T> type)
    • setDataAttribute

      void setDataAttribute(String key, Object value)