Uses of Class
com.lokalized.TranslationRuntimeLimits.Builder
-
Uses of TranslationRuntimeLimits.Builder in com.lokalized
Methods in com.lokalized that return TranslationRuntimeLimits.BuilderModifier and TypeMethodDescriptionTranslationRuntimeLimits.builder()Creates a builder initialized to the library defaults.TranslationRuntimeLimits.Builder.maximumAbsoluteNumberScale(@Nullable Integer value) Sets the absolute decimal-scale limit.TranslationRuntimeLimits.Builder.maximumCompactExponent(@Nullable Integer value) Sets the compact-decimal-exponent limit.TranslationRuntimeLimits.Builder.maximumExpressionCharacters(@Nullable Integer value) Sets the source-length limit for each whole-message or generated-fragment expression.TranslationRuntimeLimits.Builder.maximumExpressionNestingDepth(@Nullable Integer value) Sets the nested-group limit for each whole-message or generated-fragment expression.TranslationRuntimeLimits.Builder.maximumExpressionTokens(@Nullable Integer value) Sets the token-count limit for each whole-message or generated-fragment expression.TranslationRuntimeLimits.Builder.maximumGeneratedExpansionCharacters(@Nullable Integer value) Sets the cumulative UTF-16 code-unit budget shared by language-form and expression-selected generated fragments in one locale fallback attempt.TranslationRuntimeLimits.Builder.maximumGeneratedPlaceholderDepth(@Nullable Integer value) Sets the generated-placeholder nesting limit shared by language-form and expression-selected fragments.TranslationRuntimeLimits.Builder.maximumInterpolatedOutputCharacters(@Nullable Integer value) Sets the maximum UTF-16 code-unit count for one interpolated message, generated fragment, or caller-supplied phonetic input.TranslationRuntimeLimits.Builder.maximumNumberPrecision(@Nullable Integer value) Sets the decimal-precision limit.TranslationRuntimeLimits.Builder.maximumVisibleDecimalPlaces(@Nullable Integer value) Sets the explicitly visible-decimal-place limit.TranslationRuntimeLimits.toBuilder()Creates a builder initialized from this instance.