类 UnixTimestampPropertyXmlProcessor
- java.lang.Object
-
- com.github.developframework.kite.core.processor.xml.XmlProcessor<ELEMENT,NODE>
-
- com.github.developframework.kite.core.processor.xml.ContentXmlProcessor<ELEMENT,NODE>
-
- com.github.developframework.kite.core.processor.xml.ContainerXmlProcessor<PropertyKiteElement,org.dom4j.Element>
-
- com.github.developframework.kite.core.processor.xml.PropertyXmlProcessor
-
- com.github.developframework.kite.core.processor.xml.DatePropertyXmlProcessor
-
- com.github.developframework.kite.core.processor.xml.UnixTimestampPropertyXmlProcessor
-
- 所有已实现的接口:
Processor
public class UnixTimestampPropertyXmlProcessor extends DatePropertyXmlProcessor
unix时间戳型属性节点处理器- 作者:
- qiuzhenhao
-
-
字段概要
-
从类继承的字段 com.github.developframework.kite.core.processor.xml.XmlProcessor
element, node, value, xmlProcessContext
-
-
构造器概要
构造器 构造器 说明 UnixTimestampPropertyXmlProcessor(XmlProcessContext context, PropertyKiteElement element)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidhandle(Class<?> clazz, Object value)属性具体处理-
从类继承的方法 com.github.developframework.kite.core.processor.xml.DatePropertyXmlProcessor
support, transformDate
-
从类继承的方法 com.github.developframework.kite.core.processor.xml.PropertyXmlProcessor
elementAddContent, handleCoreLogic, prepare
-
从类继承的方法 com.github.developframework.kite.core.processor.xml.ContentXmlProcessor
getDataValue
-
从类继承的方法 com.github.developframework.kite.core.processor.xml.XmlProcessor
process
-
-
-
-
构造器详细资料
-
UnixTimestampPropertyXmlProcessor
public UnixTimestampPropertyXmlProcessor(XmlProcessContext context, PropertyKiteElement element)
-
-
方法详细资料
-
handle
protected void handle(Class<?> clazz, Object value)
从类复制的说明:PropertyXmlProcessor属性具体处理- 覆盖:
handle在类中DatePropertyXmlProcessor- 参数:
clazz- sourceClassvalue- 值
-
-