Class ConstructorParameterImpl

java.lang.Object
org.exoplatform.services.rest.impl.ConstructorParameterImpl
All Implemented Interfaces:
ConstructorParameter, Parameter

public class ConstructorParameterImpl extends Object implements ConstructorParameter
Describes constructor's parameter.
Version:
$Id: $
Author:
Andrey Parfonov
  • Constructor Details

    • ConstructorParameterImpl

      public ConstructorParameterImpl(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