public interface MigrationAware
FragmentTransformer
s,
Unmarshaller
s and Marshaller
s
which are aware of when they've made a transformation that constitutes a "migration" from one format to another.Modifier and Type | Interface and Description |
---|---|
static class |
MigrationAware.MigrationPerformedPredicate
Wraps the
MigrationAware interface in a Predicate . |
Modifier and Type | Method and Description |
---|---|
boolean |
wasMigrationPerformed(ConversionContext conversionContext)
Given a
ConversionContext that was previously used to perform a migration, determine if that context
contains information that indicates whether a "migration" was performed. |
boolean wasMigrationPerformed(ConversionContext conversionContext)
ConversionContext
that was previously used to perform a migration, determine if that context
contains information that indicates whether a "migration" was performed. What constitutes a migration is
implementation-dependent.conversionContext
- the context used for the migrationCopyright © 2003–2020 Atlassian. All rights reserved.