object JsonSchemaConfig extends Serializable
- Alphabetic
- By Inheritance
- JsonSchemaConfig
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def create(autoGenerateTitleForProperties: Boolean, defaultArrayFormat: Optional[String], useOneOfForOption: Boolean, useOneOfForNullables: Boolean, usePropertyOrdering: Boolean, hidePolymorphismTypeProperty: Boolean, disableWarnings: Boolean, useMinLengthForNotNull: Boolean, useTypeIdForDefinitionName: Boolean, customType2FormatMapping: Map[String, String], useMultipleEditorSelectViaProperty: Boolean, uniqueItemClasses: Set[Class[_]], classTypeReMapping: Map[Class[_], Class[_]], jsonSuppliers: Map[String, Supplier[JsonNode]]): JsonSchemaConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
html5EnabledSchema: JsonSchemaConfig
Use this configuration if using the JsonSchema to generate HTML5 GUI, eg.
Use this configuration if using the JsonSchema to generate HTML5 GUI, eg. by using https://github.com/jdorn/json-editor
autoGenerateTitleForProperties - If property is named "someName", we will add {"title": "Some Name"} defaultArrayFormat - this will result in a better gui than te default one.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
nullableJsonSchemaDraft4: JsonSchemaConfig
This configuration is exactly like the vanilla JSON schema generator, except that "nullables" have been turned on:
useOneOfForOptionanduseOneForNullableshave both been set totrue.This configuration is exactly like the vanilla JSON schema generator, except that "nullables" have been turned on:
useOneOfForOptionanduseOneForNullableshave both been set totrue. With this configuration you can either useOptionalorOption, or a standard nullable Java type and get back a schema that allows nulls.If you need to mix nullable and non-nullable types, you may override the nullability of the type by either setting a
NotNullannotation on the given property, or setting therequiredattribute of theJsonPropertyannotation. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val vanillaJsonSchemaDraft4: JsonSchemaConfig
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )