Uses of Class
org.apache.sling.testing.mock.sling.builder.ImmutableValueMap.Builder
Packages that use ImmutableValueMap.Builder
Package
Description
Content builder for creating test content.
-
Uses of ImmutableValueMap.Builder in org.apache.sling.testing.mock.sling.builder
Methods in org.apache.sling.testing.mock.sling.builder that return ImmutableValueMap.BuilderModifier and TypeMethodDescriptionstatic @NotNull ImmutableValueMap.Builder
ImmutableValueMap.builder()
Returns a new builder.@NotNull ImmutableValueMap.Builder
Associateskey
withvalue
in the built map.@NotNull ImmutableValueMap.Builder
Adds the givenentry
to the map, making it immutable if necessary.@NotNull ImmutableValueMap.Builder
Associates all of the given map's keys and values in the built map.