Class NamedWriteableRegistry.Entry

  • Enclosing class:
    NamedWriteableRegistry

    public static class NamedWriteableRegistry.Entry
    extends Object
    An entry in the registry, made up of a category class and name, and a reader for that category class.
    • Constructor Detail

      • Entry

        public Entry​(Class<T> categoryClass,
                     String name,
                     Writeable.Reader<? extends T> reader)
        Creates a new entry which can be stored by the registry.