BoundedContextNames

public final class BoundedContextNames

Utility class for working with Bounded Context names.

See also

io.spine.core.BoundedContextName

Functions

Link copied to clipboard
public static BoundedContextName assumingTests()
Obtains the name for a Bounded Context, which will be used when no name was specified.
Link copied to clipboard
public static String assumingTestsValue()
Obtains the name for a Bounded Context, which will be used when no name was specified.
Link copied to clipboard
public static void checkValid(BoundedContextName name)
public static void checkValid(String boundedContextName)
Validates the given BoundedContextName.
Link copied to clipboard
public static BoundedContextName newName(String name)
Creates a new value object for a bounded context name.