Package com.arangodb.internal.serde
Interface JacksonUtils.StreamReadConstraints.Builder
- Enclosing interface:
- JacksonUtils.StreamReadConstraints
public static interface JacksonUtils.StreamReadConstraints.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxDocumentLength
(long maxDocLen) maxNameLength
(int maxNameLen) maxNestingDepth
(int maxNestingDepth) maxNumberLength
(int maxNumLen) maxStringLength
(int maxStringLen)
-
Method Details
-
maxNumberLength
-
maxStringLength
-
maxNestingDepth
-
maxNameLength
-
maxDocumentLength
-
build
-