Package org.apache.juneau.http.remote
Class RemoteUtils
java.lang.Object
org.apache.juneau.http.remote.RemoteUtils
Utilities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Predicate<AnnotationInfo<?>>Predicate that can be used to filter annotation streams. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REMOTE_OP_GROUP
Predicate that can be used to filter annotation streams.Example:
methodInfo.getAllAnnotations().stream().filter(REMOTE_OP_GROUP)
-
-
Constructor Details
-
RemoteUtils
public RemoteUtils()
-