Interface | Description |
---|---|
NullHandler |
Class | Description |
---|---|
ArrayAccessor |
Deals with acessing values within an array.
Re-instantiates and invokes setter methods on arrays as soon as they are not big enough for all required parameters. |
EmptyElementsRemoval |
A component capable of removing null elements out of collections and arrays.
|
GenericNullHandler |
Capable of instantiating generic interfaces and custom types.
|
ListAccessor |
This list accessor is responsible for setting null values up to the list
size.
Compatibility issues might arrive (in previous vraptor versions, the object was instantiated instead of null being set). |
ListNullHandler |
Capable of instantiating lists.
|
OgnlFacade |
Trying to hide all OGNL ugliness
|
OgnlParametersProvider |
Provides parameters using ognl to parse expression values into parameter
values.
|
OgnlParametersProvider.Parameter | |
ReflectionBasedNullHandler |
This null handler is a decorator for ognl api to invoke vraptor's api in
order to be able to instantiate collections, arrays and custom types whenever
the property is null.
|
VRaptorConvertersAdapter |
Copyright © 2013 Caelum. All Rights Reserved.