Uses of Class
io.thestencil.client.spi.staticontent.visitors.ImmutableTopicNameData
-
Packages that use ImmutableTopicNameData Package Description io.thestencil.client.spi.staticontent.visitors -
-
Uses of ImmutableTopicNameData in io.thestencil.client.spi.staticontent.visitors
Methods in io.thestencil.client.spi.staticontent.visitors that return ImmutableTopicNameData Modifier and Type Method Description ImmutableTopicNameDataImmutableTopicNameData.Builder. build()Builds a newImmutableTopicNameData.static ImmutableTopicNameDataImmutableTopicNameData. copyOf(SiteVisitor.TopicNameData instance)Creates an immutable copy of aSiteVisitor.TopicNameDatavalue.ImmutableTopicNameDataImmutableTopicNameData. withLocale(Map<String,? extends String> entries)Copy the current immutable object by replacing thelocalemap with the specified map.ImmutableTopicNameDataImmutableTopicNameData. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.
-