Uses of Interface
org.apache.tapestry5.jacksondatabind.services.ObjectMapperSource
Packages that use ObjectMapperSource
Package
Description
-
Uses of ObjectMapperSource in org.apache.tapestry5.rest.jackson.internal
Classes in org.apache.tapestry5.rest.jackson.internal that implement ObjectMapperSourceModifier and TypeClassDescriptionfinal class
ObjectMapperSource
implementation that always returns the same object returned by instantiatingObjectMapper
.Constructors in org.apache.tapestry5.rest.jackson.internal with parameters of type ObjectMapperSourceModifierConstructorDescriptionJacksonComponentEventResultProcessor
(Class<T> entityClass, Response response, String outputEncoding, ObjectMapperSource objectMapperSource) JacksonHttpRequestBodyConverter
(MappedEntityManager mappedEntityManager, ObjectMapperSource objectMapperSource) -
Uses of ObjectMapperSource in org.apache.tapestry5.rest.jackson.modules
Methods in org.apache.tapestry5.rest.jackson.modules that return ObjectMapperSourceModifier and TypeMethodDescriptionstatic ObjectMapperSource
RestJacksonModule.buildObjectMapperSource
(List<ObjectMapperSource> configuration, ChainBuilder chainBuilder) Builds theObjectMapperSource
service.Methods in org.apache.tapestry5.rest.jackson.modules with parameters of type ObjectMapperSourceModifier and TypeMethodDescriptionstatic void
RestJacksonModule.contributeComponentEventResultProcessor
(MappedConfiguration<Class, ComponentEventResultProcessor> configuration, MappedEntityManager mappedEntityManager, Response response, ObjectMapperSource objectMapperSource, String outputEncoding) Adds a (entity class, JacksonComponentEventResultProcessor) for each entity class returned byMappedEntityManager.getEntities()
.Method parameters in org.apache.tapestry5.rest.jackson.modules with type arguments of type ObjectMapperSourceModifier and TypeMethodDescriptionstatic ObjectMapperSource
RestJacksonModule.buildObjectMapperSource
(List<ObjectMapperSource> configuration, ChainBuilder chainBuilder) Builds theObjectMapperSource
service.static void
RestJacksonModule.contributeObjectMapperSource
(OrderedConfiguration<ObjectMapperSource> configuration) ContributesFallbackObjectMapperSource
(contribution idFallback
) so we guarantee there's always anObjectMapper
provided for any type.