Class ProductConverter

java.lang.Object
org.ocpsoft.rewrite.showcase.rest.ProductConverter
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 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>