Uses of Class
io.thestencil.client.spi.staticontent.visitors.ImmutableImageData
-
Packages that use ImmutableImageData Package Description io.thestencil.client.spi.staticontent.visitors -
-
Uses of ImmutableImageData in io.thestencil.client.spi.staticontent.visitors
Methods in io.thestencil.client.spi.staticontent.visitors that return ImmutableImageData Modifier and Type Method Description ImmutableImageDataImmutableImageData.Builder. build()Builds a newImmutableImageData.static ImmutableImageDataImmutableImageData. copyOf(SiteVisitor.ImageData instance)Creates an immutable copy of aSiteVisitor.ImageDatavalue.ImmutableImageDataImmutableImageData. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.ImmutableImageDataImmutableImageData. withValue(byte... elements)Copy the current immutable object with elements that replace the content ofvalue.
-