Uses of Class
com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Packages that use ObjectMapper.MappingStrategy Package Description com.avoka.tm.util Provides Utility function classes. -
-
Uses of ObjectMapper.MappingStrategy in com.avoka.tm.util
Methods in com.avoka.tm.util that return ObjectMapper.MappingStrategy Modifier and Type Method Description static ObjectMapper.MappingStrategy
ObjectMapper.MappingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectMapper.MappingStrategy[]
ObjectMapper.MappingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avoka.tm.util with parameters of type ObjectMapper.MappingStrategy Modifier and Type Method Description ObjectMapper
ObjectMapper. setMappingStrategy(ObjectMapper.MappingStrategy mappingStrategy)
Set mapping strategy.
-