Class ApplicationModuleIdentifier
java.lang.Object
org.springframework.modulith.core.ApplicationModuleIdentifier
- All Implemented Interfaces:
Comparable<ApplicationModuleIdentifier>
public class ApplicationModuleIdentifier
extends Object
implements Comparable<ApplicationModuleIdentifier>
An identifier of an
ApplicationModule
.- Since:
- 1.3
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
static ApplicationModuleIdentifier
Returns theApplicationModuleIdentifier
for the given sourceString
.toString()
-
Method Details
-
of
Returns theApplicationModuleIdentifier
for the given sourceString
.- Parameters:
identifier
- must not be null, empty or contain a double colon (::
).- Returns:
- will never be null.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ApplicationModuleIdentifier>
-
toString
-
equals
-
hashCode
public int hashCode()
-