| Package | Description |
|---|---|
| xyz.cofe.types |
Работа с простыми типами, инструменты для типов данных
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldController |
class |
PropertyController
Контроллер значения свойств
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<ValueController> |
PropertyController.buildControllers(Object obj) |
static Map<String,ValueController> |
PropertyController.buildControllersMap(Object obj) |
static Iterable<ValueController> |
TypesUtil.Iterators.fieldsControllersOf(Class cls,
Object owner) |
static Iterable<ValueController> |
TypesUtil.Iterators.propertiesOf(Object object)
Возвращает публичные свойства объекта
|
static Iterable<? extends ValueController> |
TypesUtil.Iterators.propertiesOfClass(Class cls)
Возвращает публичные свойства объекта
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TypesUtil.textMapToValueControllers(Map map,
Iterable<? extends ValueController> valueControllers,
TypesConverters convertors,
xyz.cofe.collection.Convertor<String,String> mapKeyConvertor,
xyz.cofe.collection.Convertor<String,String> valueNameConvertor,
xyz.cofe.common.Reciver<Throwable> errorReciver)
Копирует текстовую карту (значения) в карту значений (свойств/полей)
|
static int |
TypesUtil.textMapToValueControllers(Map map,
Iterable<? extends ValueController> valueControllers,
TypesConverters convertors,
xyz.cofe.common.Reciver<Throwable> errorReciver)
Копирует текстовую карту (значения) в карту значений (свойств/полей)
|
static int |
TypesUtil.textMapToValueControllers(Map map,
Iterable<ValueController> valueControllers)
Копирует значения из текстовой карты
|
static int |
TypesUtil.valueControllersToTextMap(Iterable<ValueController> valueControllers,
Map map)
Копирует значения в текстовую карту
|
static int |
TypesUtil.valueControllersToTextMap(Iterable<ValueController> valueControllers,
Map map,
TypesConverters convertors,
xyz.cofe.collection.Convertor<String,String> mapKeyConvertor,
xyz.cofe.collection.Convertor<String,String> valueNameConvertor,
xyz.cofe.common.Reciver<Throwable> errorReciver)
Копирует карту значений в текстовую карту
|
static int |
TypesUtil.valueControllersToTextMap(Iterable<ValueController> valueControllers,
Map map,
TypesConverters convertors,
xyz.cofe.common.Reciver<Throwable> errorReciver)
Копирует карту значений в текстовую карту
|
Copyright © 2017. All rights reserved.