Package org.sdase.commons.server.jackson
-
Class Summary Class Description EmbedHelper Helper utility that can be registered in the Jersey environment to be injected into services.Iso8601Serializer A serializer used to writeZonedDateTime
in ISO 8601 datetime format contain date, hours, minutes, seconds and time zone.Iso8601Serializer.WithMillis A serializer used to writeZonedDateTime
in ISO 8601 datetime format contain date, hours, minutes, seconds, milli seconds and time zone.JacksonConfigurationBundle Configures theObjectMapper
to support HAL structures usingResource
,Link
andEmbeddedResource
and field filtering on client request for resources annotated byEnableFieldFilter
.JacksonConfigurationBundle.Builder ObjectMapperConfigurationUtil Configures theObjectMapper
to support HAL structures usingResource
,Link
andEmbeddedResource
.ObjectMapperConfigurationUtil.Builder -
Annotation Types Summary Annotation Type Description EnableFieldFilter Enables field filtering for the annotated resource when rendered in a response.