Class InvokerUtils.Arg

java.lang.Object
org.eclipse.jetty.websocket.core.internal.util.InvokerUtils.Arg
Enclosing class:
InvokerUtils

public static class InvokerUtils.Arg extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • matches

      public boolean matches(InvokerUtils.Arg other)
    • required

      public InvokerUtils.Arg required()
    • convertible

      public InvokerUtils.Arg convertible()
    • getType

      public Class<?> getType()
    • getConvertedType

      public Class<?> getConvertedType()
    • isRequired

      public boolean isRequired()
    • isConvertible

      public boolean isConvertible()