- All Implemented Interfaces:
org.ocpsoft.rewrite.param.Converter<Product>, org.ocpsoft.rewrite.param.ParameterConfigurator
public class ProductConverter
extends Object
implements org.ocpsoft.rewrite.param.Converter<Product>
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors
-
Method Summary
convert(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Object value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProductConverter
public ProductConverter()
-
Method Details
-
convert
public Product convert(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Object value)
- Specified by:
convert in interface org.ocpsoft.rewrite.param.Converter<Product>