Class BasicTypeCoercions
- java.lang.Object
-
- org.apache.tapestry5.commons.internal.BasicTypeCoercions
-
public class BasicTypeCoercions extends Object
Class that provides Tapestry-IoC's basic type coercions.- See Also:
TypeCoercer
,Coercion
-
-
Constructor Summary
Constructors Constructor Description BasicTypeCoercions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
provideBasicTypeCoercions(MappedConfiguration<CoercionTuple.Key,CoercionTuple> configuration)
Provides the basic type coercions to aMappedConfiguration
instance.static void
provideJSR310TypeCoercions(MappedConfiguration<CoercionTuple.Key,CoercionTuple> configuration)
Provides the basic type coercions for JSR310 (java.time.*) to aConfiguration
instance.
-
-
-
Constructor Detail
-
BasicTypeCoercions
public BasicTypeCoercions()
-
-
Method Detail
-
provideBasicTypeCoercions
public static void provideBasicTypeCoercions(MappedConfiguration<CoercionTuple.Key,CoercionTuple> configuration)
Provides the basic type coercions to aMappedConfiguration
instance.
-
provideJSR310TypeCoercions
public static void provideJSR310TypeCoercions(MappedConfiguration<CoercionTuple.Key,CoercionTuple> configuration)
Provides the basic type coercions for JSR310 (java.time.*) to aConfiguration
instance. TAP5-2645
-
-