RiverCompatibleMarshallingEncoderTest Class — netty Architecture
Architecture documentation for the RiverCompatibleMarshallingEncoderTest class in RiverCompatibleMarshallingEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bf34a8ba_0df0_7d13_5020_10aac0158fce["RiverCompatibleMarshallingEncoderTest"] 5e2f5364_f90d_2eea_1a9b_b5529b9b4e66["RiverCompatibleMarshallingEncoderTest.java"] bf34a8ba_0df0_7d13_5020_10aac0158fce -->|defined in| 5e2f5364_f90d_2eea_1a9b_b5529b9b4e66 e18ed971_647f_06ac_e356_fac714c988a5["MarshallerFactory()"] bf34a8ba_0df0_7d13_5020_10aac0158fce -->|method| e18ed971_647f_06ac_e356_fac714c988a5 0cda42d0_a220_35bd_fd2f_2d75efc63aee["MarshallingConfiguration()"] bf34a8ba_0df0_7d13_5020_10aac0158fce -->|method| 0cda42d0_a220_35bd_fd2f_2d75efc63aee
Relationship Graph
Source Code
codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingEncoderTest.java lines 22–37
public class RiverCompatibleMarshallingEncoderTest extends AbstractCompatibleMarshallingEncoderTest {
@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;
}
}
Source
Frequently Asked Questions
What is the RiverCompatibleMarshallingEncoderTest class?
RiverCompatibleMarshallingEncoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingEncoderTest.java.
Where is RiverCompatibleMarshallingEncoderTest defined?
RiverCompatibleMarshallingEncoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverCompatibleMarshallingEncoderTest.java at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free