@FunctionalInterface public interface DefaultPolicy extends GenericSchemaFeature
default| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getDefault(GenericSchemaFeatureInput input)
Get the appropriate
default from the given input. |
default com.fasterxml.jackson.databind.node.ObjectNode |
getFeatureResult(GenericSchemaFeatureInput input)
Get the add-on result to be merged in with the schema
|
@Nullable com.fasterxml.jackson.databind.JsonNode getDefault(@Nonnull GenericSchemaFeatureInput input)
default from the given input.default com.fasterxml.jackson.databind.node.ObjectNode getFeatureResult(GenericSchemaFeatureInput input)
GenericSchemaFeaturegetFeatureResult in interface GenericSchemaFeatureCopyright © 2019–2022. All rights reserved.