Uses of Enum Class
org.springframework.kafka.support.mapping.JacksonJavaTypeMapper.TypePrecedence
Packages that use JacksonJavaTypeMapper.TypePrecedence
Package
Description
Provides classes related to type mapping.
-
Uses of JacksonJavaTypeMapper.TypePrecedence in org.springframework.kafka.support.mapping
Subclasses with type arguments of type JacksonJavaTypeMapper.TypePrecedence in org.springframework.kafka.support.mappingModifier and TypeClassDescriptionstatic enumThe precedence for type conversion - inferred from the method parameter or message headers.Methods in org.springframework.kafka.support.mapping that return JacksonJavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionDefaultJacksonJavaTypeMapper.getTypePrecedence()Return the precedence.JacksonJavaTypeMapper.getTypePrecedence()Returns the enum constant of this class with the specified name.static JacksonJavaTypeMapper.TypePrecedence[]JacksonJavaTypeMapper.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 JacksonJavaTypeMapper.TypePrecedenceModifier and TypeMethodDescriptionvoidDefaultJacksonJavaTypeMapper.setTypePrecedence(JacksonJavaTypeMapper.TypePrecedence typePrecedence) default voidJacksonJavaTypeMapper.setTypePrecedence(JacksonJavaTypeMapper.TypePrecedence typePrecedence) Set the precedence for evaluating type information in message properties.