- All Implemented Interfaces:
org.ocpsoft.rewrite.param.Converter<Object>, org.ocpsoft.rewrite.param.ParameterConfigurator
public class DeferredConverter
extends Object
implements org.ocpsoft.rewrite.param.Converter<Object>
-
Constructor Summary
Constructors
-
Method Summary
convert(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Object value)
org.ocpsoft.rewrite.param.Converter<?>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeferredConverter
public DeferredConverter(org.ocpsoft.rewrite.param.Converter<?> validator)
-
Method Details
-
convert
public Object 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<Object>
-
getDeferred
public org.ocpsoft.rewrite.param.Converter<?> getDeferred()