atlas
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
atlas
:atlas-core
/
atlas.core
/
Replacement
Replacement
@
Serializable
class
Replacement
(
val
pattern
:
Regex
,
val
replacement
:
String
)
:
Serializable
(
source
)
Model class for a
PathTransformSpec
.
Members
Constructors
Replacement
Link copied to clipboard
constructor
(
pattern
:
Regex
,
replacement
:
String
)
Properties
pattern
Link copied to clipboard
@
Serializable
(
with
=
RegexSerializer::class
)
val
pattern
:
Regex
replacement
Link copied to clipboard
val
replacement
:
String