Uses of Record Class
eu.cloudnetservice.driver.network.rpc.introspec.RPCMethodMetadata.MethodChainMetadata
Packages that use RPCMethodMetadata.MethodChainMetadata
-
Uses of RPCMethodMetadata.MethodChainMetadata in eu.cloudnetservice.driver.network.rpc.introspec
Fields in eu.cloudnetservice.driver.network.rpc.introspec declared as RPCMethodMetadata.MethodChainMetadataModifier and TypeFieldDescriptionprivate final @Nullable RPCMethodMetadata.MethodChainMetadataRPCMethodMetadata.chainMetadataThe field for thechainMetadatarecord component.Methods in eu.cloudnetservice.driver.network.rpc.introspec that return RPCMethodMetadata.MethodChainMetadataModifier and TypeMethodDescriptionRPCMethodMetadata.chainMetadata()Returns the value of thechainMetadatarecord component.private static @Nullable RPCMethodMetadata.MethodChainMetadataRPCMethodMetadata.extractAndValidateChainMeta(@NonNull Method method, @NonNull Class<?> rawReturnType, @Nullable RPCChained chainAnnotation) Extract and validate the metadata of the chain annotation information.Constructors in eu.cloudnetservice.driver.network.rpc.introspec with parameters of type RPCMethodMetadata.MethodChainMetadataModifierConstructorDescriptionRPCMethodMetadata(boolean concrete, boolean asyncReturnType, boolean compilerGenerated, boolean executionResultIgnored, @NonNull String name, @NonNull Type returnType, @NonNull Type unwrappedReturnType, @NonNull Type[] parameterTypes, @NonNull MethodType methodType, @NonNull Class<?> definingClass, @Nullable Duration executionTimeout, @Nullable RPCMethodMetadata.MethodChainMetadata chainMetadata) Creates an instance of aRPCMethodMetadatarecord class.