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<org.apache.juneau.reflect.AnnotationInfo<?>> REMOTE_OP_GROUP
      Predicate that can be used with the ClassInfo.getAnnotationList(Predicate) and MethodInfo.getAnnotationList(Predicate)
  • Constructor Details