| Package | Description |
|---|---|
| xyz.cofe.data.store | |
| xyz.cofe.http | |
| xyz.cofe.text.template | |
| xyz.cofe.typeconv | |
| xyz.cofe.xml |
Классы для работы с XML
|
| xyz.cofe.xml.stream.path |
| Modifier and Type | Field and Description |
|---|---|
protected TypeCastGraph |
CSVStore.castGraph |
protected TypeCastGraph |
XmlStorage.castGraph |
| Modifier and Type | Method and Description |
|---|---|
TypeCastGraph |
CSVStore.getCastGraph() |
TypeCastGraph |
XmlStorage.getCastGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVStore.setCastGraph(TypeCastGraph castGraph) |
void |
XmlStorage.setCastGraph(TypeCastGraph castGraph) |
| Modifier and Type | Method and Description |
|---|---|
TypeCastGraph |
FormMultipartData.getTypeCast() |
TypeCastGraph |
FormMultipartData.TextPart.getTypeCast() |
TypeCastGraph |
FormUrlencodedMap.getTypeCast() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormMultipartData.setTypeCast(TypeCastGraph typeCast) |
void |
FormMultipartData.TextPart.setTypeCast(TypeCastGraph typeCast) |
void |
FormUrlencodedMap.setTypeCast(TypeCastGraph typeCast) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeCastGraph |
BasicTemplate.Context.typeCast |
| Modifier and Type | Method and Description |
|---|---|
BasicTemplate.ContextBuilder<T> |
BasicTemplate.ContextBuilder.typeCast(TypeCastGraph typeCast) |
| Constructor and Description |
|---|
Context(TypeCastGraph typeCast,
BasicTemplate template,
Class<T> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCastGraph
Граф конвертирования типов с базовым набором типов.
|
class |
ExtendedCastGraph
Расширеное преоброзование типов основанное на использовании
JavaSE Service Loader.
|
| Modifier and Type | Method and Description |
|---|---|
TypeCastGraph |
TypeCastGraph.clone()
Клонирование
|
| Constructor and Description |
|---|
TypeCastGraph(TypeCastGraph src)
Конструктор копирования
|
| Modifier and Type | Field and Description |
|---|---|
TypeCastGraph |
XmlCoder.Type.Prop.tc |
| Modifier and Type | Method and Description |
|---|---|
TypeCastGraph |
XmlCoder.getTypeCast() |
| Modifier and Type | Method and Description |
|---|---|
XmlCoder |
XmlCoder.Attribute.asAttribute(String attribute,
TypeCastGraph tc) |
XmlCoder.Type |
XmlCoder.Type.Prop.asAttribute(String attribute,
TypeCastGraph tc) |
protected List<Element> |
XmlCoder.restoreProperties(Object obj,
Class objCls,
Element objElement,
TypeCastGraph tcg) |
protected boolean |
XmlCoder.restoreProperty(Object propertyOwner,
PropertyDescriptor pd,
ElementHelper propertyElement,
TypeCastGraph tcg) |
protected boolean |
XmlCoder.restorePropertyFromAttribute(Object propertyOwner,
PropertyDescriptor pd,
String attributeName,
String attributeValue,
TypeCastGraph tcg) |
void |
XmlCoder.setTypeCast(TypeCastGraph typeCast) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeCastGraph |
XVisitorAdapter.typeCastGraph |
TypeCastGraph |
XVisitorAdapter.MatchContentDelegator.typeCastGraph |
| Modifier and Type | Method and Description |
|---|---|
protected TypeCastGraph |
XVisitorAdapter.getTypeCastGraph() |
Copyright © 2018. All rights reserved.