Package | Description |
---|---|
com.github.fge.jsonschema.library |
Schema keyword libraries
|
Modifier and Type | Method and Description |
---|---|
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.