public class ParameterHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on constructor's
parameters of any type of Provider.
|
static List<String> |
PROVIDER_FIELDS_ANNOTATIONS
Collections of annotation that allowed to be used on fields on any type of
Provider.
|
static List<String> |
RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on constructor's
parameters of resource class.
|
static List<String> |
RESOURCE_FIELDS_ANNOTATIONS
Collections of annotation that allowed to be used on fields of resource
class.
|
static List<String> |
RESOURCE_METHOD_PARAMETER_ANNOTATIONS
Collections of annotation than allowed to be used on method's parameters
of resource class.
|
| Constructor and Description |
|---|
ParameterHelper() |
public static final List<String> PROVIDER_FIELDS_ANNOTATIONS
Provider,
Providerspublic static final List<String> PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Provider,
Providerspublic static final List<String> RESOURCE_FIELDS_ANNOTATIONS
public static final List<String> RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.