Uses of Interface
org.apache.tapestry5.services.ValueEncoderFactory
Packages that use ValueEncoderFactory
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of ValueEncoderFactory in org.apache.tapestry5.hibernate.web.modules
Method parameters in org.apache.tapestry5.hibernate.web.modules with type arguments of type ValueEncoderFactoryModifier and TypeMethodDescriptionstatic void
HibernateModule.contributeValueEncoderSource
(MappedConfiguration<Class, ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource, org.slf4j.Logger logger) ContributesValueEncoderFactory
s for all registered Hibernate entity classes. -
Uses of ValueEncoderFactory in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ValueEncoderFactoryModifier and TypeClassDescriptionclass
EnumValueEncoderFactory<E extends Enum<E>>
Deprecated.class
An implementation ofValueEncoderFactory
that returns a pre-wired instance ofValueEncoder
.class
ProvidesValueEncoder
instances that are backed by theTypeCoercer
service.Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type ValueEncoderFactoryModifierConstructorDescriptionValueEncoderSourceImpl
(Map<Class, ValueEncoderFactory> configuration) -
Uses of ValueEncoderFactory in org.apache.tapestry5.jpa.modules
Method parameters in org.apache.tapestry5.jpa.modules with type arguments of type ValueEncoderFactoryModifier and TypeMethodDescriptionstatic void
JpaModule.provideValueEncoders
(MappedConfiguration<Class, ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
TypeCoercedValueEncoderFactory
and scheduled to be removed in Tapestry 5.5