Class Hierarchy
- java.lang.Object
- net.jextra.fauxjo.coercer.BigDecimalCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.BigIntegerCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.ByteCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.Coercer
- net.jextra.fauxjo.coercer.DateCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.DoubleCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.FloatCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.InstantCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.IntegerCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.LongCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.ObjectCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.ShortCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.StringCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.TimeCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.TimestampCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.UtilDateCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
- net.jextra.fauxjo.coercer.UuidCoercer (implements net.jextra.fauxjo.coercer.TypeCoercer<T>)
Interface Hierarchy
- net.jextra.fauxjo.coercer.TypeCoercer<T>