public class CloneableConverterTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneableConverterTestCase.ArrayOfDates |
static class |
CloneableConverterTestCase.ClonableHolder |
static class |
CloneableConverterTestCase.ComplexDest |
static class |
CloneableConverterTestCase.ComplexSource |
static class |
CloneableConverterTestCase.DestDateHolder |
static class |
CloneableConverterTestCase.SampleCloneable |
static class |
CloneableConverterTestCase.SourceDateHolder |
| Constructor and Description |
|---|
CloneableConverterTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneableConverter() |
void |
cloneableConverterNullSource() |
void |
overrideDefaultCloneableToImmutable()
This test method demonstrates that you can decide to treat one of the default cloneable types
as immutable if desired by registering your own PassThroughConverter for that type
|
public void cloneableConverter()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionpublic void cloneableConverterNullSource()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionpublic void overrideDefaultCloneableToImmutable()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionCopyright © 2017 Glasnost. All Rights Reserved.