public class ParseOptions extends Object
| Constructor and Description |
|---|
ParseOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowEmptyString() |
boolean |
isCamelCaseFlattenNaming() |
boolean |
isFlatten() |
boolean |
isFlattenComposedSchemas() |
boolean |
isInferSchemaType() |
boolean |
isLegacyYamlDeserialization()
if set to true, triggers YAML deserialization as done up to 2.0.30, not supporting YAML Anchors safe resolution.
|
boolean |
isOaiAuthor() |
boolean |
isResolve() |
boolean |
isResolveCombinators() |
boolean |
isResolveFully() |
boolean |
isResolveRequestBody() |
boolean |
isSkipMatches() |
boolean |
isValidateExternalRefs() |
boolean |
isValidateInternalRefs() |
void |
setAllowEmptyString(boolean allowEmptyStrings) |
void |
setCamelCaseFlattenNaming(boolean camelCaseFlattenNaming) |
void |
setFlatten(boolean flatten) |
void |
setFlattenComposedSchemas(boolean flattenComposedSchemas) |
void |
setInferSchemaType(boolean inferSchemaType) |
void |
setLegacyYamlDeserialization(boolean legacyYamlDeserialization) |
void |
setOaiAuthor(boolean oaiAuthor) |
void |
setResolve(boolean resolve) |
void |
setResolveCombinators(boolean resolveCombinators) |
void |
setResolveFully(boolean resolveFully) |
void |
setResolveRequestBody(boolean resolveRequestBody)
If set to true, will help resolving the requestBody as inline, provided
resolve is also set to true.
|
void |
setSkipMatches(boolean skipMatches) |
void |
setValidateExternalRefs(boolean validateExternalRefs) |
void |
setValidateInternalRefs(boolean validateInternalRefs) |
public boolean isResolve()
public void setResolve(boolean resolve)
public boolean isResolveCombinators()
public void setResolveCombinators(boolean resolveCombinators)
public boolean isResolveFully()
public void setResolveFully(boolean resolveFully)
public boolean isResolveRequestBody()
public void setResolveRequestBody(boolean resolveRequestBody)
public boolean isFlatten()
public void setFlatten(boolean flatten)
public boolean isSkipMatches()
public void setSkipMatches(boolean skipMatches)
public boolean isFlattenComposedSchemas()
public void setFlattenComposedSchemas(boolean flattenComposedSchemas)
public boolean isCamelCaseFlattenNaming()
public void setCamelCaseFlattenNaming(boolean camelCaseFlattenNaming)
public boolean isAllowEmptyString()
public void setAllowEmptyString(boolean allowEmptyStrings)
public boolean isValidateExternalRefs()
public void setValidateExternalRefs(boolean validateExternalRefs)
public boolean isLegacyYamlDeserialization()
public void setLegacyYamlDeserialization(boolean legacyYamlDeserialization)
public void setOaiAuthor(boolean oaiAuthor)
public boolean isOaiAuthor()
public void setValidateInternalRefs(boolean validateInternalRefs)
public boolean isValidateInternalRefs()
public boolean isInferSchemaType()
public void setInferSchemaType(boolean inferSchemaType)
Copyright © 2023. All rights reserved.