Class SevenElementsRegistryLoader.IdentifiedEntry<T,R>

java.lang.Object
io.github.xrickastley.sevenelements.registry.dynamic.SevenElementsRegistryLoader.Entry<T,R>
io.github.xrickastley.sevenelements.registry.dynamic.SevenElementsRegistryLoader.IdentifiedEntry<T,R>
Enclosing class:
SevenElementsRegistryLoader

public static class SevenElementsRegistryLoader.IdentifiedEntry<T,R> extends SevenElementsRegistryLoader.Entry<T,R>
Variant of Entry that creates a "builder" object, then passes an Identifier to create the target object.

Here, T is the "builder" for the serialized data and T is the result object of the builder.