Uses of Class
com.couchbase.analytics.client.java.internal.utils.BuilderPropertySetter.Builder
Packages that use BuilderPropertySetter.Builder
Package
Description
Bits and bobs that are internal to the Analytics client,
but might reasonably be extracted into a common "couchbase-utils" library one day.
-
Uses of BuilderPropertySetter.Builder in com.couchbase.analytics.client.java.internal.utils
Methods in com.couchbase.analytics.client.java.internal.utils that return BuilderPropertySetter.BuilderModifier and TypeMethodDescriptionBuilderPropertySetter.builder()BuilderPropertySetter.Builder.childBuilderAccessorSuffix(String childBuilderAccessorSuffix) By convention, builder methods that expose child builders have names ending with this.BuilderPropertySetter.Builder.fallbackConverter(@Nullable BiFunction<String, Type, Object> fallbackConverter) BuilderPropertySetter.Builder.irregularChildBuilderAccessors(Map<String, String> irregularChildBuilderAccessors) Escape hatch in case some accessors don't follow the convention estabnlished bychildBuilderAccessorSuffix.BuilderPropertySetter.Builder.pathComponentTransformer(Function<String, String> pathComponentTransformer) Converts an input path component to match the Java method name, for translating case conventions.BuilderPropertySetter.Builder.registerCommonTypes()