| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
static DataMapper.MappingRule |
DataMapper.MappingRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataMapper.MappingRule[] |
DataMapper.MappingRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DataMapper(Object source,
Object target,
ParameterizedType targetGenericType,
DataMapper.MappingRule rule,
DataMapper.Semantic semantic,
String filterSpec,
boolean ignoreError,
boolean ignoreGlobalFilter,
Lang.Function keyTransformer,
Map<Class,Object> conversionHints,
Lang.Function<Class,?> instanceFactory,
TypeConverterRegistry typeConverterRegistry,
Class<?> rootClass,
Map<String,String> specialMapping) |
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.