public final class GenericSchemaFeatures extends Object
GenericSchemaFeature| Modifier and Type | Method and Description |
|---|---|
static GenericSchemaFeature |
chained(GenericSchemaFeature... features) |
static GenericSchemaFeature |
noOp() |
public static GenericSchemaFeature noOp()
GenericSchemaFeature that does nothing.public static GenericSchemaFeature chained(@Nonnull GenericSchemaFeature... features)
GenericSchemaFeature that uses the given GenericSchemaFeatures in
the given order, overwriting previous results if add-ons with the same field names
exist.NullPointerException - if the input has null elementsCopyright © 2019–2022. All rights reserved.