Class CoercionTuple.Key
- java.lang.Object
-
- org.apache.tapestry5.commons.services.CoercionTuple.Key
-
- Enclosing class:
- CoercionTuple<S,T>
public final class CoercionTuple.Key extends Object
Class that represents the key to be used to the mapped configuration of theTypeCoercer
service.
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
protected Class<S>
getSourceType()
protected Class<T>
getTargetType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Key
public Key()
-
-
Method Detail
-
getSourceType
protected Class<S> getSourceType()
-
getTargetType
protected Class<T> getTargetType()
-
-