Interface PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
PropertiesAccessor

public static interface PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>>
Provides a builder method for a Properties property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the properties for the Properties property.
  • Method Details

    • withProperties

      B withProperties(Properties aProperties)
      Sets the properties for the Properties property.
      Parameters:
      aProperties - The properties to be stored by the Properties property.
      Returns:
      The builder for applying multiple build operations.