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.ObjectA builder of aResourceProperties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceProperties.Builder.CallBack
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePropertiesbuild()ResourceProperties.BuilderwithSafeValues(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().
-
-