public class SimpleProjectionsKt
@NotNull
public static org.bson.codecs.configuration.CodecRegistry singleProjectionCodecRegistry(@NotNull
java.lang.String property,
@NotNull
kotlin.reflect.KClass<?> propertyClass,
@NotNull
org.bson.codecs.configuration.CodecRegistry baseRegistry)
This method is not part of the public API and may be removed or changed at any time.
@NotNull
public static org.bson.codecs.configuration.CodecRegistry pairProjectionCodecRegistry(@NotNull
java.lang.String property1,
@NotNull
kotlin.reflect.KClass<?> property1Class,
@NotNull
java.lang.String property2,
@NotNull
kotlin.reflect.KClass<?> property2Class,
@NotNull
org.bson.codecs.configuration.CodecRegistry baseRegistry)
This method is not part of the public API and may be removed or changed at any time.
@NotNull
public static org.bson.codecs.configuration.CodecRegistry tripleProjectionCodecRegistry(@NotNull
java.lang.String property1,
@NotNull
kotlin.reflect.KClass<?> property1Class,
@NotNull
java.lang.String property2,
@NotNull
kotlin.reflect.KClass<?> property2Class,
@NotNull
java.lang.String property3,
@NotNull
kotlin.reflect.KClass<?> property3Class,
@NotNull
org.bson.codecs.configuration.CodecRegistry baseRegistry)
This method is not part of the public API and may be removed or changed at any time.