Uses of Class
org.apache.juneau.http.remote.RrpcInterfaceMethodMeta
Packages that use RrpcInterfaceMethodMeta
-
Uses of RrpcInterfaceMethodMeta in org.apache.juneau.http.remote
Methods in org.apache.juneau.http.remote that return RrpcInterfaceMethodMetaModifier and TypeMethodDescriptionRrpcInterfaceMeta.getMethodMeta
(Method m) Returns the metadata about the specified method on this interface proxy.RrpcInterfaceMeta.getMethodMetaByPath
(String p) Returns the metadata about the specified method on this interface proxy by the path defined on the method.Methods in org.apache.juneau.http.remote that return types with arguments of type RrpcInterfaceMethodMetaModifier and TypeMethodDescriptionRrpcInterfaceMeta.getMethodsByPath()
Returns a map of all methods on this interface proxy keyed by HTTP path.