Record Class ConfigSourceType.System
java.lang.Object
java.lang.Record
cloud.opencode.base.config.jdk25.ConfigSourceType.System
- All Implemented Interfaces:
ConfigSourceType
- Enclosing interface:
ConfigSourceType
- Since:
- JDK 25, opencode-base-config V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConfigSourceType
ConfigSourceType.Classpath, ConfigSourceType.Environment, ConfigSourceType.File, ConfigSourceType.InMemory, ConfigSourceType.System -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
System
public System()Creates an instance of aSystemrecord class.
-
-
Method Details
-
toSource
- Specified by:
toSourcein interfaceConfigSourceType
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-