Class ParameterHelper

java.lang.Object
org.exoplatform.services.rest.impl.method.ParameterHelper

public class ParameterHelper extends Object
Version:
$Id: $
Author:
Andrey Parfonov
  • Field Details

    • PROVIDER_FIELDS_ANNOTATIONS

      public static final List<String> PROVIDER_FIELDS_ANNOTATIONS
      Collections of annotation that allowed to be used on fields on any type of Provider.
      See Also:
      • Provider
      • Providers
    • PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS

      public static final List<String> PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS
      Collections of annotation than allowed to be used on constructor's parameters of any type of Provider.
      See Also:
      • Provider
      • Providers
    • RESOURCE_FIELDS_ANNOTATIONS

      public static final List<String> RESOURCE_FIELDS_ANNOTATIONS
      Collections of annotation that allowed to be used on fields of resource class.
    • RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS

      public static final List<String> RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS
      Collections of annotation than allowed to be used on constructor's parameters of resource class.
    • RESOURCE_METHOD_PARAMETER_ANNOTATIONS

      public static final List<String> RESOURCE_METHOD_PARAMETER_ANNOTATIONS
      Collections of annotation than allowed to be used on method's parameters of resource class.
  • Constructor Details

    • ParameterHelper

      public ParameterHelper()