Class BasicTypeCoercions
java.lang.Object
org.apache.tapestry5.commons.internal.BasicTypeCoercions
Class that provides Tapestry-IoC's basic type coercions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
BasicTypeCoercions
public BasicTypeCoercions()
-
-
Method Details
-
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
-