Uses of Record Class
eu.cloudnetservice.driver.impl.network.rpc.introspec.DefaultRPCMethodMetadata.MethodChainMetadata
Packages that use DefaultRPCMethodMetadata.MethodChainMetadata
-
Uses of DefaultRPCMethodMetadata.MethodChainMetadata in eu.cloudnetservice.driver.impl.network.rpc.introspec
Fields in eu.cloudnetservice.driver.impl.network.rpc.introspec declared as DefaultRPCMethodMetadata.MethodChainMetadataModifier and TypeFieldDescriptionprivate final @Nullable DefaultRPCMethodMetadata.MethodChainMetadataDefaultRPCMethodMetadata.chainMetadataThe field for thechainMetadatarecord component.Methods in eu.cloudnetservice.driver.impl.network.rpc.introspec that return DefaultRPCMethodMetadata.MethodChainMetadataModifier and TypeMethodDescriptionDefaultRPCMethodMetadata.chainMetadata()Returns the value of thechainMetadatarecord component.private static @Nullable DefaultRPCMethodMetadata.MethodChainMetadataDefaultRPCMethodMetadata.extractAndValidateChainMeta(@NonNull Method method, @NonNull Class<?> rawReturnType, @Nullable eu.cloudnetservice.driver.network.rpc.annotation.RPCChained chainAnnotation) Extract and validate the metadata of the chain annotation information.Constructors in eu.cloudnetservice.driver.impl.network.rpc.introspec with parameters of type DefaultRPCMethodMetadata.MethodChainMetadataModifierConstructorDescriptionDefaultRPCMethodMetadata(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 DefaultRPCMethodMetadata.MethodChainMetadata chainMetadata) Creates an instance of aDefaultRPCMethodMetadatarecord class.