public interface JsonSchemaPropertyCustomizer
JsonSchema.JsonSchemaProperty
created by default for a given type.Modifier and Type | Method and Description |
---|---|
JsonSchema.JsonSchemaProperty |
customize(JsonSchema.JsonSchemaProperty property,
TypeInformation<?> type)
Returns the customized
JsonSchema.JsonSchemaProperty based on the given one and the given type. |
JsonSchema.JsonSchemaProperty customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type)
JsonSchema.JsonSchemaProperty
based on the given one and the given type.property
- will never be null.type
- will never be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.