public class NoOpNestingContext extends Object implements NestingContext
NestingContext
.Modifier and Type | Field and Description |
---|---|
static NestingContext |
INSTANCE |
Constructor and Description |
---|
NoOpNestingContext() |
Modifier and Type | Method and Description |
---|---|
void |
incrementCollectionIndex() |
void |
mark(Document document) |
void |
pop() |
void |
push(EmbeddedTypeMetadata embeddedTypeMetadata) |
public static final NestingContext INSTANCE
public void push(EmbeddedTypeMetadata embeddedTypeMetadata)
push
in interface NestingContext
public void pop()
pop
in interface NestingContext
public void mark(Document document)
mark
in interface NestingContext
public void incrementCollectionIndex()
incrementCollectionIndex
in interface NestingContext
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved