Uses of Interface
org.apache.tapestry5.ioc.internal.TypeCoercerProxy
Packages that use TypeCoercerProxy
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of TypeCoercerProxy in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement TypeCoercerProxyConstructors in org.apache.tapestry5.ioc.internal with parameters of type TypeCoercerProxyModifierConstructorDescriptionValidatingConfigurationWrapper
(Class<T> expectedType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Collection<T> collection, String serviceId) ValidatingMappedConfigurationWrapper
(Class<V> expectedValueType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Map<K, V> map, Map<K, MappedConfigurationOverride<K, V>> overrides, String serviceId, ContributionDef contributionDef, Class<K> expectedKeyType, Map<K, ContributionDef> keyToContributor) ValidatingOrderedConfigurationWrapper
(Class<T> expectedType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Orderer<T> orderer, Map<String, org.apache.tapestry5.ioc.internal.OrderedConfigurationOverride<T>> overrides, ContributionDef contribDef)