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
Methods in org.springframework.kafka.support.mapping that return Jackson2JavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionDefaultJackson2JavaTypeMapper.getTypePrecedence()Return the precedence.Jackson2JavaTypeMapper.getTypePrecedence()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) default voidJackson2JavaTypeMapper.setTypePrecedence(Jackson2JavaTypeMapper.TypePrecedence typePrecedence) Set the precedence for evaluating type information in message properties.