Package net.pwall.json.schema.parser
Class Parser.Options
-
- All Implemented Interfaces:
public final class Parser.Options
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanallowDescriptionRefprivate BooleanvalidateExamplesprivate BooleanvalidateDefault
-
Constructor Summary
Constructors Constructor Description Parser.Options(Boolean allowDescriptionRef, Boolean validateExamples, Boolean validateDefault)
-
Method Summary
Modifier and Type Method Description final BooleangetAllowDescriptionRef()final UnitsetAllowDescriptionRef(Boolean allowDescriptionRef)final BooleangetValidateExamples()final UnitsetValidateExamples(Boolean validateExamples)final BooleangetValidateDefault()final UnitsetValidateDefault(Boolean validateDefault)-
-
Method Detail
-
getAllowDescriptionRef
final Boolean getAllowDescriptionRef()
-
setAllowDescriptionRef
final Unit setAllowDescriptionRef(Boolean allowDescriptionRef)
-
getValidateExamples
final Boolean getValidateExamples()
-
setValidateExamples
final Unit setValidateExamples(Boolean validateExamples)
-
getValidateDefault
final Boolean getValidateDefault()
-
setValidateDefault
final Unit setValidateDefault(Boolean validateDefault)
-
-
-
-