Class FallbackObjectMapperSource
java.lang.Object
org.apache.tapestry5.rest.jackson.internal.FallbackObjectMapperSource
- All Implemented Interfaces:
ObjectMapperSource
ObjectMapperSource
implementation that always returns the
same object returned by instantiating ObjectMapper
.- Since:
- 5.8.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FallbackObjectMapperSource
public FallbackObjectMapperSource()
-
-
Method Details
-
get
Description copied from interface:ObjectMapperSource
Provides the ObjectMapper to be used for a given mapped entity class.- Specified by:
get
in interfaceObjectMapperSource
-