Class ModelStoreBuilderImpl
java.lang.Object
tools.refinery.store.model.internal.ModelStoreBuilderImpl
- All Implemented Interfaces:
ModelStoreBuilder
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface tools.refinery.store.model.ModelStoreBuilder
symbol, symbols, symbols
-
Constructor Details
-
ModelStoreBuilderImpl
public ModelStoreBuilderImpl()
-
-
Method Details
-
cancellationToken
- Specified by:
cancellationTokenin interfaceModelStoreBuilder
-
symbol
- Specified by:
symbolin interfaceModelStoreBuilder
-
with
- Specified by:
within interfaceModelStoreBuilder
-
with
- Specified by:
within interfaceModelStoreBuilder
-
tryGetAdapter
- Specified by:
tryGetAdapterin interfaceModelStoreBuilder
-
getAdapter
- Specified by:
getAdapterin interfaceModelStoreBuilder
-
build
- Specified by:
buildin interfaceModelStoreBuilder
-