Package org.eclipse.jetty.websocket.util
Class InvokerUtils.Arg
- java.lang.Object
-
- org.eclipse.jetty.websocket.util.InvokerUtils.Arg
-
- Enclosing class:
- InvokerUtils
public static class InvokerUtils.Arg extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokerUtils.Argconvertible()java.lang.Class<?>getConvertedType()java.lang.StringgetName()java.lang.Class<?>getType()booleanisConvertible()booleanisRequired()booleanmatches(InvokerUtils.Arg other)InvokerUtils.Argrequired()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
matches
public boolean matches(InvokerUtils.Arg other)
-
required
public InvokerUtils.Arg required()
-
convertible
public InvokerUtils.Arg convertible()
-
getType
public java.lang.Class<?> getType()
-
getConvertedType
public java.lang.Class<?> getConvertedType()
-
isRequired
public boolean isRequired()
-
isConvertible
public boolean isConvertible()
-
-