Uses of Class
com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder

Packages that use JsonSchemaFactoryBuilder
com.github.fge.jsonschema.main Main interface to validation 
 

Uses of JsonSchemaFactoryBuilder in com.github.fge.jsonschema.main
 

Methods in com.github.fge.jsonschema.main that return JsonSchemaFactoryBuilder
static JsonSchemaFactoryBuilder JsonSchemaFactory.newBuilder()
          Return a factory builder
 JsonSchemaFactoryBuilder JsonSchemaFactoryBuilder.setLoadingConfiguration(LoadingConfiguration loadingCfg)
          Set a new loading configuration for this factory
 JsonSchemaFactoryBuilder JsonSchemaFactoryBuilder.setReportProvider(ReportProvider reportProvider)
          Set a new report provider for this factory
 JsonSchemaFactoryBuilder JsonSchemaFactoryBuilder.setValidationConfiguration(ValidationConfiguration validationCfg)
          Set a new validation configuration for this factory
 JsonSchemaFactoryBuilder JsonSchemaFactory.thaw()
          Return a thawed instance of that factory
 



Copyright © 2014. All Rights Reserved.