Uses of Class
de.ingogriebsch.spring.hateoas.siren.SirenConfiguration
-
-
Uses of SirenConfiguration in de.ingogriebsch.spring.hateoas.siren
Methods in de.ingogriebsch.spring.hateoas.siren that return SirenConfiguration Modifier and Type Method Description SirenConfigurationSirenConfiguration. withActionFieldTypeMappging(@NonNull Class<?> source, @NonNull SirenActionFieldType target)Deprecated.usewithActionFieldTypeMappging(Class, HtmlInputType)instead.SirenConfigurationSirenConfiguration. withActionFieldTypeMappging(@NonNull Class<?> source, @NonNull org.springframework.hateoas.mediatype.html.HtmlInputType target)Configures additional mappings that are used to convert the type of a payload field into a Siren action field type.SirenConfigurationSirenConfiguration. withEntityAndCollectionModelSubclassingEnabled(boolean enabled)Configures whether it is possible to subclassEntityModels andCollectionModels.SirenConfigurationSirenConfiguration. withObjectMapperCustomizer(@NonNull Consumer<com.fasterxml.jackson.databind.ObjectMapper> objectMapperCustomizer)Configures theObjectMapperinstance that is used for serialization.
-