接口 org.activiti.engine.impl.transformer.Transformer
的使用

使用 Transformer 的软件包
org.activiti.engine.impl.transformer   
 

org.activiti.engine.impl.transformerTransformer 的使用
 

实现 Transformerorg.activiti.engine.impl.transformer 中的类
 class AbstractTransformer
          A Transformer is responsible of transforming an object into a different object
 class BigDecimalToString
          Transforms a BigDecimal to a String
 class BooleanToString
          Transforms a Boolean to a String
 class ComposedTransformer
          Applies a list of transformers to the input object
 class DateToString
          Transforms a Date to a String
 class Identity
           
 class IntegerToLong
          Transforms a Integer to a Long
 class IntegerToString
          Transforms a Integer to a String
 class LongToInteger
          Transforms a Long to a Integer
 class LongToString
          Transforms a Long to a String
 class StringToBigDecimal
          Transforms a String to a BigDecimal
 class StringToBoolean
          Transforms a String to a Boolean
 class StringToDate
          Transforms a String to a Date
 class StringToInteger
          Transforms a String to a Integer
 class StringToLong
          Transforms a String to a Long
 

类型参数类型为 Transformerorg.activiti.engine.impl.transformer 中的字段
protected  List<Transformer> ComposedTransformer.transformers
           
 



Copyright © 2013 Alfresco. All rights reserved.