Home / Class/ RiverCompatibleMarshallingDecoderTest Class — netty Architecture

RiverCompatibleMarshallingDecoderTest Class — netty Architecture

Architecture documentation for the RiverCompatibleMarshallingDecoderTest class in RiverCompatibleMarshallingDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c98c942f_5f51_e4c6_5a6d_4a5e6418551e["RiverCompatibleMarshallingDecoderTest"]
  e9bd2ce5_ed16_87e8_1ac5_b9a787eda059["RiverCompatibleMarshallingDecoderTest.java"]
  c98c942f_5f51_e4c6_5a6d_4a5e6418551e -->|defined in| e9bd2ce5_ed16_87e8_1ac5_b9a787eda059
  6b594ce6_7de5_ab78_a44a_692cfc4ae8b2["MarshallerFactory()"]
  c98c942f_5f51_e4c6_5a6d_4a5e6418551e -->|method| 6b594ce6_7de5_ab78_a44a_692cfc4ae8b2
  3dacf3c6_6713_05f3_f025_e54c7ae228e5["MarshallingConfiguration()"]
  c98c942f_5f51_e4c6_5a6d_4a5e6418551e -->|method| 3dacf3c6_6713_05f3_f025_e54c7ae228e5

Relationship Graph

Source Code

codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingDecoderTest.java lines 22–37

public class RiverCompatibleMarshallingDecoderTest extends AbstractCompatibleMarshallingDecoderTest {

    @Override
    protected MarshallerFactory createMarshallerFactory() {
        return Marshalling.getProvidedMarshallerFactory(RIVER_FACTORY);
    }

    @Override
    protected MarshallingConfiguration createMarshallingConfig() {
        // Create a configuration
        final MarshallingConfiguration configuration = new MarshallingConfiguration();
        configuration.setVersion(3);
        return configuration;
    }

}

Frequently Asked Questions

What is the RiverCompatibleMarshallingDecoderTest class?
RiverCompatibleMarshallingDecoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingDecoderTest.java.
Where is RiverCompatibleMarshallingDecoderTest defined?
RiverCompatibleMarshallingDecoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingDecoderTest.java at line 22.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free