Package | Description |
---|---|
com.impossibl.postgres.mapper |
Modifier and Type | Class and Description |
---|---|
class |
ArrayPropertySetter
PropertySetter for an Object array using an index
|
class |
FieldPropertySetter
PropertySetter for a bean using a reflection Field
|
class |
ListPropertySetter
PropertySetter for a List based on an index
|
class |
MapPropertySetter
PropertySetter for a map using a name
|
class |
MethodPropertySetter
PropertySetter for a bean using a reflection Method
|
Modifier and Type | Method and Description |
---|---|
protected static PropertySetter[] |
Mapper.initArraySetters(List<ResultField> fields)
Builds a list of mapping setters for an array row type.
|
protected static PropertySetter[] |
Mapper.initBeanSetters(Class<?> instanceType,
List<ResultField> fields)
Builds a list of mapping setters for bean row type.
|
protected static PropertySetter[] |
Mapper.initListSetters(List<ResultField> fields)
Builds a list of mapping setters for a list row type.
|
protected static PropertySetter[] |
Mapper.initMapSetters(List<ResultField> fields)
Builds a list of mapping setters for a map row type.
|
Modifier and Type | Method and Description |
---|---|
static List<PropertySetter> |
Mapper.buildMapping(Class<?> rowType,
List<ResultField> fields)
Builds a list of mapping setters for the row and fields.
|
Copyright © 2013–2017 impossibl.com. All rights reserved.