MongoCustomConversions.@Deprecated public class CustomConversions extends MongoCustomConversions
List of converters and some additional logic
around them. The converters are pretty much builds up two sets of types which Mongo basic types #MONGO_TYPES
can be converted into and from. These types will be considered simple ones (which means they neither need deeper
inspection nor nested conversion. Thus the CustomConversions also act as factory for SimpleTypeHolder
.CustomConversions.StoreConversions| Constructor and Description |
|---|
CustomConversions(List<?> converters)
Deprecated.
Creates a new
CustomConversions instance registering the given converters. |
getCustomWriteTarget, getCustomWriteTarget, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, isSimpleType, registerConvertersInpublic CustomConversions(List<?> converters)
CustomConversions instance registering the given converters.converters - Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.