Interface NamespaceAccessor.NamespaceBuilder<B extends NamespaceAccessor.NamespaceBuilder<B>>

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

    public static interface NamespaceAccessor.NamespaceBuilder<B extends NamespaceAccessor.NamespaceBuilder<B>>
    Provides a builder method for a namespace property returning the builder for applying multiple build operations.
    • Method Detail

      • withNamespace

        B withNamespace​(java.lang.String aNamespace)
        Sets the namespace for the namespace property.
        Parameters:
        aNamespace - The namespace to be stored by the namespace property.
        Returns:
        The builder for applying multiple build operations.