org.apache.tapestry5.internal.util
Class PrimaryKeyEncoder2ValueEncoder
java.lang.Object
org.apache.tapestry5.internal.util.PrimaryKeyEncoder2ValueEncoder
- All Implemented Interfaces:
- Coercion<PrimaryKeyEncoder,ValueEncoder>
public class PrimaryKeyEncoder2ValueEncoder
- extends Object
- implements Coercion<PrimaryKeyEncoder,ValueEncoder>
This is a key part of the plan to eliminate PrimaryKeyEncoder.
- Since:
- 5.1.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimaryKeyEncoder2ValueEncoder
public PrimaryKeyEncoder2ValueEncoder(TypeCoercer coercer)
coerce
public ValueEncoder coerce(PrimaryKeyEncoder input)
- Description copied from interface:
Coercion
- Converts an input value.
- Specified by:
coerce in interface Coercion<PrimaryKeyEncoder,ValueEncoder>
- Parameters:
input - the input value
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.