Class RemotelyInvokable.Util

java.lang.Object
dev.getelements.elements.rt.annotation.RemotelyInvokable.Util
Enclosing class:
RemotelyInvokable

public static final class RemotelyInvokable.Util extends Object
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • getMethods

      public static Method[] getMethods(Class<?> cls)
      Gets all Method
      Parameters:
      cls - the Class<?> from hich to extract the methods.
      Returns:
      a Stream of Method types.
    • getMethodStream

      public static Stream<Method> getMethodStream(Class<?> cls)
      Gets all Method
      Parameters:
      cls - the Class<?> from hich to extract the methods.
      Returns:
      a Stream of Method types.