public class NestedMappingSupport extends Object
resource models
.Constructor and Description |
---|
NestedMappingSupport() |
Modifier and Type | Method and Description |
---|---|
void |
beginRecordingMappings()
Starts recording all mappings in the current thread until
endRecordingMappings() is invoked. |
void |
endRecordingMappings()
Ends recording mappings for this thread and removes all recorded mappings.
|
Map<Object,Mapping<?>> |
getRecordedMappings() |
public void beginRecordingMappings()
endRecordingMappings()
is invoked.
Recorded mappings are available via getRecordedMappings()
.@CheckForNull public Map<Object,Mapping<?>> getRecordedMappings()
recorded mappings
, or null
.public void endRecordingMappings()
Copyright © 2024. All rights reserved.