public class ConditionalMappingMetadata extends AbstractMetadata
| Constructor and Description |
|---|
ConditionalMappingMetadata(Metadata when,
Metadata then,
Metadata otherwise) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Metadata> |
children()
Returns the direct children of this node in a flat list.
|
static ConditionalMappingMetadata |
conditional(Metadata when,
Metadata then,
Metadata otherwise) |
Metadata |
otherwise() |
Metadata |
then() |
MetadataType |
type()
Returns the metadata type.
|
Metadata |
when() |
toStringpublic static ConditionalMappingMetadata conditional(Metadata when, Metadata then, Metadata otherwise)
public Metadata when()
public Metadata then()
public Metadata otherwise()
public java.util.stream.Stream<Metadata> children()
Metadatapublic MetadataType type()
Metadata