Uses of Interface
org.mvel.ConversionHandler

Packages that use ConversionHandler
org.mvel   
org.mvel.conversion   
 

Uses of ConversionHandler in org.mvel
 

Subinterfaces of ConversionHandler in org.mvel
 interface Unit
           
 

Methods in org.mvel with parameters of type ConversionHandler
static void DataConversion.addConversionHandler(java.lang.Class type, ConversionHandler handler)
           
 

Uses of ConversionHandler in org.mvel.conversion
 

Classes in org.mvel.conversion that implement ConversionHandler
 class ArrayCH
           
 class BigDecimalCH
          MVEL (The MVFLEX Expression Language) Copyright (C) 2007 Christopher Brock, MVFLEX/Valhalla Project and the Codehaus Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 class BigIntegerCH
          MVEL (The MVFLEX Expression Language)

Copyright (C) 2007 Christopher Brock, MVFLEX/Valhalla Project and the Codehaus

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

 class BooleanCH
           
 class ByteCH
           
 class CharArrayCH
           
 class CharCH
           
 class DoubleCH
           
 class FloatCH
           
 class IntArrayCH
           
 class IntegerCH
           
 class LongCH
           
 class ObjectCH
           
 class PrimArrayHandler
           
 class PrimIntArrayCH
           
 class ShortCH
           
 class StringArrayCH
           
 class StringCH
           
 class UnitConversion