| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| Modifier and Type | Method and Description |
|---|---|
static MongoJsonSchemaCreator |
MongoJsonSchemaCreator.create()
Creates a new
MongoJsonSchemaCreator that does not consider potential extensions - suitable for testing. |
static MongoJsonSchemaCreator |
MongoJsonSchemaCreator.create(MappingContext mappingContext)
Creates a new
MongoJsonSchemaCreator that is aware of type mappings and potential
extensions. |
static MongoJsonSchemaCreator |
MongoJsonSchemaCreator.create(MongoConverter mongoConverter)
Creates a new
MongoJsonSchemaCreator that is aware of conversions applied by the given
MongoConverter. |
MongoJsonSchemaCreator |
MongoJsonSchemaCreator.filter(Predicate<MongoJsonSchemaCreator.JsonSchemaPropertyContext> filter)
Filter matching
properties. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.