Uses of Class
io.thestencil.staticontent.spi.visitor.ImmutableImageData
-
Packages that use ImmutableImageData Package Description io.thestencil.staticontent.spi.visitor -
-
Uses of ImmutableImageData in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor 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.
-