public static interface JsonSchemaObject.Type
static class
JsonSchemaObject.Type.BsonType
JsonSchemaObject.Type.JsonType
static JsonSchemaObject.Type
ARRAY
BINARY_DATA
BOOLEAN
static Set<JsonSchemaObject.Type>
BSON_TYPES
DATE
DECIMAL_128
DOUBLE
INT_32
INT_64
JAVA_SCRIPT
JSON_TYPES
NULL
NUMBER
OBJECT
OBJECT_ID
REGULAR_EXPRESSION
STRING
TIMESTAMP
arrayType()
bigDecimalType()
binaryType()
booleanType()
bsonTypeOf(String name)
bsonTypes()
dateType()
doubleType()
intType()
javascriptType()
jsonTypeOf(String name)
jsonTypes()
longType()
nullType()
numberType()
objectIdType()
objectType()
regexType()
String
representation()
JsonSchemaObject.Type
stringType()
timestampType()
Object
value()
static final JsonSchemaObject.Type OBJECT_ID
static final JsonSchemaObject.Type REGULAR_EXPRESSION
static final JsonSchemaObject.Type DOUBLE
static final JsonSchemaObject.Type BINARY_DATA
static final JsonSchemaObject.Type DATE
static final JsonSchemaObject.Type JAVA_SCRIPT
static final JsonSchemaObject.Type INT_32
static final JsonSchemaObject.Type INT_64
static final JsonSchemaObject.Type DECIMAL_128
static final JsonSchemaObject.Type TIMESTAMP
static final Set<JsonSchemaObject.Type> BSON_TYPES
static final JsonSchemaObject.Type OBJECT
static final JsonSchemaObject.Type ARRAY
static final JsonSchemaObject.Type NUMBER
static final JsonSchemaObject.Type BOOLEAN
static final JsonSchemaObject.Type STRING
static final JsonSchemaObject.Type NULL
static final Set<JsonSchemaObject.Type> JSON_TYPES
static JsonSchemaObject.Type objectIdType()
bsonType : 'objectId'
static JsonSchemaObject.Type regexType()
bsonType : 'regex'
static JsonSchemaObject.Type doubleType()
bsonType : 'double'
static JsonSchemaObject.Type binaryType()
bsonType : 'binData'
static JsonSchemaObject.Type dateType()
bsonType : 'date'
static JsonSchemaObject.Type javascriptType()
bsonType : 'javascript'
static JsonSchemaObject.Type intType()
bsonType : 'int'
static JsonSchemaObject.Type longType()
bsonType : 'long'
static JsonSchemaObject.Type bigDecimalType()
bsonType : 'decimal128'
static JsonSchemaObject.Type timestampType()
bsonType : 'timestamp'
static JsonSchemaObject.Type objectType()
type : 'object'
static JsonSchemaObject.Type arrayType()
type : 'array'
static JsonSchemaObject.Type numberType()
type : 'number'
static JsonSchemaObject.Type booleanType()
type : 'boolean'
static JsonSchemaObject.Type stringType()
type : 'string'
static JsonSchemaObject.Type nullType()
type : 'null'
static JsonSchemaObject.Type bsonTypeOf(String name)
bsonType
static JsonSchemaObject.Type jsonTypeOf(String name)
type
static Set<JsonSchemaObject.Type> jsonTypes()
static Set<JsonSchemaObject.Type> bsonTypes()
String representation()
Object value()
Impressum und Datenschutz Copyright ©2018 eir.me