-
public final class ManifestTransformerKt
-
-
Method Summary
-
-
Method Detail
-
copy
final static Manifest copy(Manifest $self, ManifestTransformer transformer)
Creates a copy of the receiver Manifest, applying the given transformer to each component.
-
copy
final static Metadata copy(Metadata $self, ManifestTransformer transformer)
-
copy
final static PublicationCollection copy(PublicationCollection $self, ManifestTransformer transformer)
-
copyPublicationCollections
final static Map<String, List<PublicationCollection>> copyPublicationCollections(Map<String, List<PublicationCollection>> $self, ManifestTransformer transformer)
-
copyContributorsMap
final static Map<String, List<Contributor>> copyContributorsMap(Map<String, List<Contributor>> $self, ManifestTransformer transformer)
-
copyContributors
final static List<Contributor> copyContributors(List<Contributor> $self, ManifestTransformer transformer)
-
copy
final static Contributor copy(Contributor $self, ManifestTransformer transformer)
-
copySubjects
final static List<Subject> copySubjects(List<Subject> $self, ManifestTransformer transformer)
-
copy
final static Subject copy(Subject $self, ManifestTransformer transformer)
-
copy
final static Link copy(Link $self, ManifestTransformer transformer)
-
copy
final static Href copy(Href $self, ManifestTransformer transformer)
-
-
-
-