Builder() — netty Function Reference
Architecture documentation for the Builder() function in WorldClockProtocol.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a776de43_3d12_a869_9e1b_f3001fa85805["Builder()"] d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed fa63e42d_385e_febe_1ebd_adc51ecda1e1["maybeForceBuilderInitialization()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| fa63e42d_385e_febe_1ebd_adc51ecda1e1 3bd01aed_0259_ac52_5417_873d70b96ba8["buildPartial()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 3bd01aed_0259_ac52_5417_873d70b96ba8 84df8881_d83e_3abd_a407_fda44d162a2c["ensureLocationIsMutable()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 84df8881_d83e_3abd_a407_fda44d162a2c e5cbb7ee_57d8_ef90_81df_d94a7cc743ed["getLocationFieldBuilder()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c["build()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c 709ff675_424a_4dd5_a592_f174a164ac9c["ensureLocalTimeIsMutable()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 709ff675_424a_4dd5_a592_f174a164ac9c 3925c135_fdef_aea1_f0a4_2b1d78b8f03e["getLocalTimeFieldBuilder()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 3925c135_fdef_aea1_f0a4_2b1d78b8f03e 5d5689be_0450_bfbd_5c74_ddacfc16f08c["hasContinent()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 5d5689be_0450_bfbd_5c74_ddacfc16f08c 46467ae4_18b6_15c6_ae08_526f5df3ddeb["getContinent()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 46467ae4_18b6_15c6_ae08_526f5df3ddeb 40313b05_5753_9909_d58d_33fd4406101e["hasCity()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 40313b05_5753_9909_d58d_33fd4406101e 20386d92_a7d6_1513_4c03_dc533ea17dce["getCity()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| 20386d92_a7d6_1513_4c03_dc533ea17dce f5211b23_6a87_4e0b_85b5_dfc5ba598add["hasYear()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| f5211b23_6a87_4e0b_85b5_dfc5ba598add b77ff69f_27e1_84f2_1646_4036558a71eb["getYear()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| b77ff69f_27e1_84f2_1646_4036558a71eb style a776de43_3d12_a869_9e1b_f3001fa85805 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 680–682
private Builder() {
maybeForceBuilderInitialization();
}
Domain
Subdomains
Calls
- Builder()
- Builder()
- Builder()
- Builder()
- build()
- buildPartial()
- ensureLocalTimeIsMutable()
- ensureLocationIsMutable()
- getCity()
- getContinent()
- getDayOfMonth()
- getDayOfWeek()
- getHour()
- getLocalTimeFieldBuilder()
- getLocationFieldBuilder()
- getMinute()
- getMonth()
- getSecond()
- getUnknownFields()
- getUnknownFields()
- getYear()
- hasCity()
- hasContinent()
- hasDayOfMonth()
- hasDayOfWeek()
- hasHour()
- hasMinute()
- hasMonth()
- hasSecond()
- hasYear()
- maybeForceBuilderInitialization()
Source
Frequently Asked Questions
What does Builder() do?
Builder() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is Builder() defined?
Builder() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 680.
What does Builder() call?
Builder() calls 31 function(s): Builder, Builder, Builder, Builder, build, buildPartial, ensureLocalTimeIsMutable, ensureLocationIsMutable, and 23 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free