Uses of Enum Class
org.springframework.amqp.support.converter.Jackson2JavaTypeMapper.TypePrecedence
Packages that use Jackson2JavaTypeMapper.TypePrecedence
Package
Description
Provides classes for supporting message conversion.
-
Uses of Jackson2JavaTypeMapper.TypePrecedence in org.springframework.amqp.support.converter
Methods in org.springframework.amqp.support.converter that return Jackson2JavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionAbstractJackson2MessageConverter.getTypePrecedence()Return the type precedence.DefaultJackson2JavaTypeMapper.getTypePrecedence()Return the precedence.Jackson2JavaTypeMapper.getTypePrecedence()Get the type precedence.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.amqp.support.converter with parameters of type Jackson2JavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionvoidAbstractJackson2MessageConverter.setTypePrecedence(Jackson2JavaTypeMapper.TypePrecedence typePrecedence) Set the precedence for evaluating type information in message properties.voidDefaultJackson2JavaTypeMapper.setTypePrecedence(Jackson2JavaTypeMapper.TypePrecedence typePrecedence) Set the precedence for evaluating type information in message properties.