public static class BuilderPropertySetter.TypeConverterRegistry extends Object
| Constructor and Description |
|---|
TypeConverterRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(String value,
Type targetType) |
String |
expectation(Type type) |
BuilderPropertySetter.TypeConverterRegistry |
register(Type t,
com.couchbase.client.core.env.BuilderPropertySetter.TypeConverter converter) |
BuilderPropertySetter.TypeConverterRegistry |
register(Type t,
String expectation,
Function<String,?> conversion) |
public BuilderPropertySetter.TypeConverterRegistry register(Type t, com.couchbase.client.core.env.BuilderPropertySetter.TypeConverter converter)
public BuilderPropertySetter.TypeConverterRegistry register(Type t, String expectation, Function<String,?> conversion)
Copyright © 2024 Couchbase, Inc.. All rights reserved.