Class ResourceProperties.Builder
- java.lang.Object
-
- it.tidalwave.northernwind.core.model.ResourceProperties.Builder
-
- Enclosing interface:
- ResourceProperties
public static final class ResourceProperties.Builder extends java.lang.Object
A builder of aResourceProperties
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResourceProperties.Builder.CallBack
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceProperties
build()
ResourceProperties.Builder
withSafeValues(it.tidalwave.util.TypeSafeMap values)
TODO: deprecate withValues(Map) and rename this to withValues().
-
-
-
Method Detail
-
build
@Nonnull public ResourceProperties build()
-
withSafeValues
@Nonnull public ResourceProperties.Builder withSafeValues(@Nonnull it.tidalwave.util.TypeSafeMap values)
TODO: deprecate withValues(Map) and rename this to withValues().
-
-