Uses of Class
org.apache.sling.testing.mock.sling.builder.ImmutableValueMap.Builder
-
Packages that use ImmutableValueMap.Builder Package Description org.apache.sling.testing.mock.sling.builder 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.Builder Modifier and Type Method Description static @NotNull ImmutableValueMap.BuilderImmutableValueMap. builder()Returns a new builder.@NotNull ImmutableValueMap.BuilderImmutableValueMap.Builder. put(@NotNull String key, @NotNull Object value)Associateskeywithvaluein the built map.@NotNull ImmutableValueMap.BuilderImmutableValueMap.Builder. put(@NotNull Map.Entry<String,Object> entry)Adds the givenentryto the map, making it immutable if necessary.@NotNull ImmutableValueMap.BuilderImmutableValueMap.Builder. putAll(@NotNull Map<String,Object> value)Associates all of the given map's keys and values in the built map.
-