Uses of Class
com.github.fge.jsonschema.library.LibraryBuilder

Packages that use LibraryBuilder
com.github.fge.jsonschema.library Schema keyword libraries 
 

Uses of LibraryBuilder in com.github.fge.jsonschema.library
 

Methods in com.github.fge.jsonschema.library that return LibraryBuilder
 LibraryBuilder LibraryBuilder.addFormatAttribute(String name, FormatAttribute attribute)
          Add a format attribute
 LibraryBuilder LibraryBuilder.addKeyword(Keyword keyword)
          Add a new keyword to this library
static LibraryBuilder Library.newBuilder()
          Create a new, empty library builder
 LibraryBuilder LibraryBuilder.removeFormatAttribute(String name)
          Remove a format attribute by its name
 LibraryBuilder LibraryBuilder.removeKeyword(String name)
          Remove a keyword by its name
 LibraryBuilder Library.thaw()
          Create a mutable version of this library
 



Copyright © 2014. All Rights Reserved.