@API(status=INTERNAL, since="5.0") public class ExtensionValuesStore extends Object
ExtensionValuesStore
is used inside implementations of
ExtensionContext
to store and retrieve values.Constructor and Description |
---|
ExtensionValuesStore(ExtensionValuesStore parentStore) |
Modifier and Type | Method and Description |
---|---|
void |
closeAllStoredCloseableValues()
Close all values that implement
ExtensionContext.Store.CloseableResource . |
public ExtensionValuesStore(ExtensionValuesStore parentStore)
Copyright © 2021. All rights reserved.