Uses of Enum Class
org.springframework.kafka.support.mapping.Jackson2JavaTypeMapper.TypePrecedence
Packages that use Jackson2JavaTypeMapper.TypePrecedence
Package
Description
Provides classes related to type mapping.
-
Uses of Jackson2JavaTypeMapper.TypePrecedence in org.springframework.kafka.support.mapping
Subclasses with type arguments of type Jackson2JavaTypeMapper.TypePrecedence in org.springframework.kafka.support.mappingModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.The precedence for type conversion - inferred from the method parameter or message headers.Methods in org.springframework.kafka.support.mapping that return Jackson2JavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionDefaultJackson2JavaTypeMapper.getTypePrecedence()Deprecated, for removal: This API element is subject to removal in a future version.Return the precedence.Jackson2JavaTypeMapper.getTypePrecedence()Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.Jackson2JavaTypeMapper.TypePrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.kafka.support.mapping with parameters of type Jackson2JavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionvoidDefaultJackson2JavaTypeMapper.setTypePrecedence(Jackson2JavaTypeMapper.TypePrecedence typePrecedence) Deprecated, for removal: This API element is subject to removal in a future version.default voidJackson2JavaTypeMapper.setTypePrecedence(Jackson2JavaTypeMapper.TypePrecedence typePrecedence) Deprecated, for removal: This API element is subject to removal in a future version.Set the precedence for evaluating type information in message properties.