Class CoercionTuple.Key
- java.lang.Object
-
- org.apache.tapestry5.commons.services.CoercionTuple.Key
-
- Enclosing class:
- CoercionTuple<S,T>
public final class CoercionTuple.Key extends java.lang.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(java.lang.Object obj)
protected java.lang.Class<S>
getSourceType()
protected java.lang.Class<T>
getTargetType()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Key
public Key()
-
-
Method Detail
-
getSourceType
protected java.lang.Class<S> getSourceType()
-
getTargetType
protected java.lang.Class<T> getTargetType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-