程序包 org.xmeta.cache

类 ThingObjectEntry<T>

  • 类型参数:
    T -

    public abstract class ThingObjectEntry<T>
    extends Object
    对象和模型的绑定。当模型发生变更时重新生成对象。
    作者:
    zhangyuxiang
    • 构造器详细资料

      • ThingObjectEntry

        public ThingObjectEntry​(Thing thing)
    • 方法详细资料

      • getObject

        public T getObject()
      • createObject

        protected abstract T createObject​(Thing thing)