Class ModelStoreBuilderImpl
java.lang.Object
tools.refinery.store.model.internal.ModelStoreBuilderImpl
- All Implemented Interfaces:
ModelStoreBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
cancellationToken
(CancellationToken cancellationToken) <T extends ModelAdapterBuilder>
TgetAdapter
(Class<T> adapterType) <T extends ModelAdapterBuilder>
Optional<T> tryGetAdapter
(Class<? extends T> adapterType) with
(ModelAdapterBuilder adapterBuilder) with
(ModelStoreConfiguration configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.store.model.ModelStoreBuilder
symbol, symbols, symbols
-
Constructor Details
-
ModelStoreBuilderImpl
public ModelStoreBuilderImpl()
-
-
Method Details
-
cancellationToken
- Specified by:
cancellationToken
in interfaceModelStoreBuilder
-
symbol
- Specified by:
symbol
in interfaceModelStoreBuilder
-
with
- Specified by:
with
in interfaceModelStoreBuilder
-
with
- Specified by:
with
in interfaceModelStoreBuilder
-
tryGetAdapter
- Specified by:
tryGetAdapter
in interfaceModelStoreBuilder
-
getAdapter
- Specified by:
getAdapter
in interfaceModelStoreBuilder
-
build
- Specified by:
build
in interfaceModelStoreBuilder
-