Uses of Interface
org.camunda.bpm.engine.impl.transformer.Transformer

Packages that use Transformer
org.camunda.bpm.engine.impl.transformer   
 

Uses of Transformer in org.camunda.bpm.engine.impl.transformer
 

Classes in org.camunda.bpm.engine.impl.transformer that implement 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
 

Fields in org.camunda.bpm.engine.impl.transformer with type parameters of type Transformer
protected  List<Transformer> ComposedTransformer.transformers
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.