类 PropertyKiteElement
- java.lang.Object
-
- com.github.developframework.kite.core.element.AbstractKiteElement
-
- com.github.developframework.kite.core.element.ContentKiteElement
-
- com.github.developframework.kite.core.element.ContainerKiteElement
-
- com.github.developframework.kite.core.element.PropertyKiteElement
-
- 所有已实现的接口:
ContainChildElementable,KiteElement
- 直接已知子类:
BooleanPropertyKiteElement,DatePropertyKiteElement,EnumPropertyKiteElement,NormalPropertyKiteElement,PrototypeKiteElement,UnixTimestampPropertyKiteElement
public abstract class PropertyKiteElement extends ContainerKiteElement
属性节点- 作者:
- qiuzhenhao
-
-
字段概要
字段 修饰符和类型 字段 说明 protected booleanisXmlCdata-
从类继承的字段 com.github.developframework.kite.core.element.ContainerKiteElement
childKiteElements, forClass, ignorePropertyNames
-
从类继承的字段 com.github.developframework.kite.core.element.ContentKiteElement
alias, converterValue, dataDefinition, nullHidden
-
从类继承的字段 com.github.developframework.kite.core.element.AbstractKiteElement
configuration, templateLocation
-
-
构造器概要
构造器 构造器 说明 PropertyKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation, DataDefinition dataDefinition, String alias)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object obj)inthashCode()voidsetXmlCdata(String xmlCdataStr)-
从类继承的方法 com.github.developframework.kite.core.element.ContainerKiteElement
addChildElement, addIgnoreProperty, childElementIterator, copyChildElement, copyChildElement, getChildKiteElements, isChildElementEmpty, loadForClassAllProperty, setForClass
-
从类继承的方法 com.github.developframework.kite.core.element.ContentKiteElement
getConverterValue, setNullHidden, showNameJSON, showNameXML
-
从接口继承的方法 com.github.developframework.kite.core.element.KiteElement
createJsonProcessor, createXmlProcessor
-
-
-
-
构造器详细资料
-
PropertyKiteElement
public PropertyKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation, DataDefinition dataDefinition, String alias)
-
-