| com.completex.objective.components.persistency.mapper.MappingHandler
MappingHandler | public interface MappingHandler (Code) | | Allows to override the default mapping from the value at certain value path
author: Gennady Krizhevsky |
Inner Class :public static class Key | |
convert | Object convert(String valuePath, RequestContext context)(Code) | | Establishes conversion rule for a value at the value path
Parameters: valuePath - value path. Value path is defined as #. Value path pattern is a regular expression that will be matched to a field path. The field path is a string of field name separated byperiod. Indexed fields at certain index can be referred as [index].Example: "com.impl.Bean#fileds\\[(\\d+)\\].childBean" will match "com.impl.Bean#fileds[1].childBean" Parameters: context - request context converted value |
|
|