Class RemoteUtils

java.lang.Object
org.apache.juneau.http.remote.RemoteUtils

public class RemoteUtils extends Object
Utilities.
  • Field Details

    • REMOTE_OP_GROUP

      public static final Predicate<AnnotationInfo<?>> REMOTE_OP_GROUP
      Predicate that can be used to filter annotation streams.

      Example: methodInfo.getAllAnnotations().stream().filter(REMOTE_OP_GROUP)

  • Constructor Details