Interface TagType<T,D>
- Type Parameters:
T- The entry type of the tag.D- The test input type for the tag.
public interface TagType<T,D>
Represents a registry type for a
Tag, defining its serialization codec
and the factory method used to create new tag instances.-
Method Summary
-
Method Details
-
codec
-
create
-