Class ParameterHelper
java.lang.Object
org.exoplatform.services.rest.impl.method.ParameterHelper
- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Field Summary
FieldsModifier and TypeFieldDescriptionCollections of annotation than allowed to be used on constructor's parameters of any type of Provider.Collections of annotation that allowed to be used on fields on any type of Provider.Collections of annotation than allowed to be used on constructor's parameters of resource class.Collections of annotation that allowed to be used on fields of resource class.Collections of annotation than allowed to be used on method's parameters of resource class. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROVIDER_FIELDS_ANNOTATIONS
Collections of annotation that allowed to be used on fields on any type of Provider.- See Also:
-
PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on constructor's parameters of any type of Provider.- See Also:
-
RESOURCE_FIELDS_ANNOTATIONS
Collections of annotation that allowed to be used on fields of resource class. -
RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on constructor's parameters of resource class. -
RESOURCE_METHOD_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on method's parameters of resource class.
-
-
Constructor Details
-
ParameterHelper
public ParameterHelper()
-