| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
Lang._MappingStage |
Lang._MappingStage.semantic(DataMapper.Semantic semantic)
Change mapping semantic of this mapping stage.
|
| Modifier and Type | Method and Description |
|---|---|
static DataMapper.Semantic |
DataMapper.Semantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataMapper.Semantic[] |
DataMapper.Semantic.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.