Class JsonList<T>

    • Constructor Detail

      • JsonList

        public JsonList()
      • JsonList

        public JsonList​(Class<T> finalComponentType)
      • JsonList

        public JsonList​(List jsonList,
                        Class<T> finalComponentType)
    • Method Detail

      • getList

        public List getList()
        Specified by:
        getList in interface manifold.ext.rt.api.IListBacked<T>
      • getFinalComponentType

        public Class<?> getFinalComponentType()
        Specified by:
        getFinalComponentType in interface manifold.ext.rt.api.IListBacked<T>