Class MethodParameterImpl

java.lang.Object
org.exoplatform.services.rest.impl.method.MethodParameterImpl
All Implemented Interfaces:
MethodParameter, Parameter

public class MethodParameterImpl extends Object implements MethodParameter
Describes the method's parameter.
Version:
$Id: $
Author:
Andrey Parfonov
  • Constructor Details

    • MethodParameterImpl

      public MethodParameterImpl(Annotation annotation, Annotation[] additional, Class<?> clazz, Type type, String defaultValue, boolean encoded)
      Constructs new instance of MethodParameter.
      Parameters:
      annotation - see annotation
      additional - see additional
      clazz - parameter class
      type - generic parameter type
      defaultValue - default value for parameter. See DefaultValue.
      encoded - true if parameter must not be decoded false otherwise
  • Method Details