public static final class GetJsonObjectOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetJsonObjectOptions.Builder |
allowSingleQuotes(boolean allowSingleQuotes) |
GetJsonObjectOptions |
build() |
GetJsonObjectOptions.Builder |
missingFieldsAsNulls(boolean missingFieldsAsNulls) |
GetJsonObjectOptions.Builder |
stripQuotesFromSingleStrings(boolean stripQuotesFromSingleStrings) |
public GetJsonObjectOptions.Builder allowSingleQuotes(boolean allowSingleQuotes)
public GetJsonObjectOptions.Builder stripQuotesFromSingleStrings(boolean stripQuotesFromSingleStrings)
public GetJsonObjectOptions.Builder missingFieldsAsNulls(boolean missingFieldsAsNulls)
public GetJsonObjectOptions build()
Copyright © 2024. All rights reserved.