net.sf.beanlib.joda
Class JodaTimeTransformer.Factory
java.lang.Object
net.sf.beanlib.joda.JodaTimeTransformer.Factory
- All Implemented Interfaces:
- CustomBeanTransformerSpi.Factory
- Enclosing class:
- JodaTimeTransformer
public static class JodaTimeTransformer.Factory
- extends Object
- implements CustomBeanTransformerSpi.Factory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JodaTimeTransformer.Factory
public JodaTimeTransformer.Factory()
newCustomBeanTransformer
public CustomBeanTransformerSpi newCustomBeanTransformer(BeanTransformerSpi contextBeanTransformer)
- Description copied from interface:
CustomBeanTransformerSpi.Factory
- Returns a custom transformer.
- Specified by:
newCustomBeanTransformer
in interface CustomBeanTransformerSpi.Factory
- Parameters:
contextBeanTransformer
- the context bean transformer currently used to provide the
default transformation behavior.