Uses of Class
com.lokalized.LocalizedStringLoadingOptions.Builder
-
Uses of LocalizedStringLoadingOptions.Builder in com.lokalized
Methods in com.lokalized that return LocalizedStringLoadingOptions.BuilderModifier and TypeMethodDescriptionLocalizedStringLoadingOptions.builder()Creates a builder initialized with the default limits.LocalizedStringLoadingOptions.Builder.exhaustiveClasspathSearch(@NonNull Boolean exhaustiveClasspathSearch) Controls whether classpath loading should inspect every filesystem and JAR root visible to the classloader when ordinary package-resource discovery is insufficient.LocalizedStringLoadingOptions.Builder.maximumDiscoveryEntries(@NonNull Integer maximumDiscoveryEntries) Sets the maximum number of entries examined while discovering filesystem or classpath resources.LocalizedStringLoadingOptions.Builder.maximumInputBytes(@NonNull Integer maximumInputBytes) Sets the maximum bytes accepted from a path or input stream.LocalizedStringLoadingOptions.Builder.maximumJsonNestingDepth(@NonNull Integer maximumJsonNestingDepth) Sets the maximum JSON object/array nesting depth.LocalizedStringLoadingOptions.Builder.maximumLocalizedStringsFiles(@NonNull Integer maximumLocalizedStringsFiles) Sets the maximum localized strings files accepted by one load.LocalizedStringLoadingOptions.Builder.maximumReaderCharacters(@NonNull Integer maximumReaderCharacters) Sets the maximum UTF-16 code units accepted from a reader.LocalizedStringLoadingOptions.Builder.maximumTotalInputBytes(@NonNull Long maximumTotalInputBytes) Sets the maximum total bytes accepted by one filesystem, classpath, path, or input-stream load.LocalizedStringLoadingOptions.Builder.maximumTranslationNodes(@NonNull Integer maximumTranslationNodes) Sets the maximum translation nodes accepted by one load.LocalizedStringLoadingOptions.Builder.maximumWarnings(@NonNull Integer maximumWarnings) Sets the maximum warnings emitted by one load.LocalizedStringLoadingOptions.toBuilder()Creates a builder initialized from this instance.