Uses of Interface
io.thestencil.client.api.StencilConfig
-
Packages that use StencilConfig Package Description io.thestencil.client.api io.thestencil.client.spi io.thestencil.client.spi.builders -
-
Uses of StencilConfig in io.thestencil.client.api
Classes in io.thestencil.client.api that implement StencilConfig Modifier and Type Class Description classImmutableStencilConfigImmutable implementation ofStencilConfig.Methods in io.thestencil.client.api that return StencilConfig Modifier and Type Method Description StencilConfigStencilStore. getConfig()Methods in io.thestencil.client.api with parameters of type StencilConfig Modifier and Type Method Description static ImmutableStencilConfigImmutableStencilConfig. copyOf(StencilConfig instance)Creates an immutable copy of aStencilConfigvalue.ImmutableStencilConfig.BuilderImmutableStencilConfig.Builder. from(StencilConfig instance)Fill a builder with attribute values from the providedStencilConfiginstance. -
Uses of StencilConfig in io.thestencil.client.spi
Fields in io.thestencil.client.spi declared as StencilConfig Modifier and Type Field Description protected StencilConfigPersistenceCommands. configMethods in io.thestencil.client.spi that return StencilConfig Modifier and Type Method Description StencilConfigStencilStoreImpl. getConfig()StencilConfigStencilStoreInMemory. getConfig()Methods in io.thestencil.client.spi with parameters of type StencilConfig Modifier and Type Method Description protected StencilStoreImplStencilStoreImpl. createWithNewConfig(StencilConfig config)Constructors in io.thestencil.client.spi with parameters of type StencilConfig Constructor Description PersistenceCommands(StencilConfig config)StencilStoreImpl(StencilConfig config) -
Uses of StencilConfig in io.thestencil.client.spi.builders
Methods in io.thestencil.client.spi.builders with parameters of type StencilConfig Modifier and Type Method Description static ImmutableSiteState.BuilderQueryBuilderImpl. mapTree(io.resys.thena.docdb.api.models.Objects.Tree tree, Map<String,io.resys.thena.docdb.api.models.Objects.Blob> blobs, StencilConfig config)Constructors in io.thestencil.client.spi.builders with parameters of type StencilConfig Constructor Description QueryBuilderImpl(StencilConfig config)
-