Interface StructureProcessorType<P extends StructureProcessor>

Type Parameters:
P - The specific implementation of StructureProcessor.

public interface StructureProcessorType<P extends StructureProcessor>
A registry-friendly type definition for a StructureProcessor.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • codec

      Codec<P> codec()
      Returns:
      The codec used to handle data for this processor type.