MCPcopy Create free account
hub / github.com/apache/fory / Fory

Method Fory

java/fory-core/src/main/java/org/apache/fory/Fory.java:119–121  ·  view source on GitHub ↗
(ForyBuilder builder, ClassLoader classLoader)

Source from the content-addressed store, hash-verified

117 }
118
119 public Fory(ForyBuilder builder, ClassLoader classLoader) {
120 this(builder, classLoader, null);
121 }
122
123 public Fory(ForyBuilder builder, ClassLoader classLoader, SharedRegistry sharedRegistry) {
124 // Prefer the explicit constructor argument over retaining loader state on the builder used to

Callers

nothing calls this directly

Calls 12

setRemoteSchemaLimitsMethod · 0.80
isXlangMethod · 0.80
mapRefLoadFactorMethod · 0.80
getTypeCheckerMethod · 0.80
copyRefMethod · 0.80
setTypeCheckerMethod · 0.65
infoMethod · 0.65
getClassLoaderMethod · 0.45
trackingRefMethod · 0.45
initializeMethod · 0.45

Tested by

no test coverage detected