Uses of Class
eu.cloudnetservice.driver.network.rpc.defaults.generation.RPCGenerationCache
Packages that use RPCGenerationCache
Package
Description
-
Uses of RPCGenerationCache in eu.cloudnetservice.driver.network.rpc.defaults
Fields in eu.cloudnetservice.driver.network.rpc.defaults declared as RPCGenerationCacheModifier and TypeFieldDescriptionprivate final RPCGenerationCacheDefaultRPCFactory.rpcGenerationCache -
Uses of RPCGenerationCache in eu.cloudnetservice.driver.network.rpc.defaults.generation
Fields in eu.cloudnetservice.driver.network.rpc.defaults.generation declared as RPCGenerationCacheModifier and TypeFieldDescriptionprivate final RPCGenerationCacheDefaultRPCImplementationBuilder.generationCacheprivate final RPCGenerationCacheRPCGenerationContext.generationCacheConstructors in eu.cloudnetservice.driver.network.rpc.defaults.generation with parameters of type RPCGenerationCacheModifierConstructorDescriptionDefaultRPCImplementationBuilder(@NonNull RPCFactory sourceFactory, @NonNull ObjectMapper objectMapper, @NonNull DataBufFactory dataBufFactory, @NonNull RPCClassMetadata classMetadata, @NonNull RPCGenerationCache generationCache) Constructs a new default implementation builder instance.RPCGenerationContext(@NonNull RPCGenerationCache generationCache) Constructs a new rpc generation context.