| Package | Description |
|---|---|
| org.specrunner.features.core | |
| org.specrunner.parameters | |
| org.specrunner.parameters.core |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeatureManagerImpl.setValue(String feature,
Object value,
Object target,
String field,
IAccess access)
Set the value.
|
| Modifier and Type | Method and Description |
|---|---|
IAccess |
IAccessFactory.newAccess(Object target,
String name)
Create access information for a given object and a given feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessImpl
Default implementation of
IAccess. |
| Modifier and Type | Field and Description |
|---|---|
protected ICache<String,IAccess> |
AccessFactoryImpl.cache
Cache for access information.
|
protected Map<String,IAccess> |
ParameterDecoratorImpl.checked
Hold information of already checked attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected IAccess |
AccessFactoryImpl.lookupBean(Object target,
String name)
Lookup for a bean property.
|
protected IAccess |
AccessFactoryImpl.lookupField(Class<?> clazz,
String name)
Lookup for a public attribute.
|
protected IAccess |
AccessFactoryImpl.lookupMethod(Class<?> clazz,
String name)
Lookup for public method.
|
IAccess |
AccessFactoryImpl.newAccess(Object target,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ParameterDecoratorImpl.hasAnnotation(IAccess s,
Class<? extends Annotation> an)
Check if
@DontEval annotation is present in feature. |
Copyright © 2016. All rights reserved.