Uses of Class
org.databene.commons.converter.FormatHolder

Packages that use FormatHolder
org.databene.commons Provides (mostly JDK-related) utility classes. 
org.databene.commons.converter Provides implementation and framework for org.databene.model.Converter 
 

Uses of FormatHolder in org.databene.commons
 

Subclasses of FormatHolder in org.databene.commons
 class CompositeFormatter
          Formats a Composite as a String.
 

Uses of FormatHolder in org.databene.commons.converter
 

Subclasses of FormatHolder in org.databene.commons.converter
 class AnyConverter<E>
          Converts any source type to any target type.
 class ToStringConverter
          Converts an object to a String by using its toString() method.
 



Copyright © 2010. All Rights Reserved.