| Interface | Description |
|---|---|
| CompositeType.TypeComparatorBuilder<T> | |
| TypeComparatorFactory<T> | |
| TypePairComparatorFactory<T1,T2> | |
| TypeSerializerFactory<T> |
| Class | Description |
|---|---|
| CompositeType<T> |
Base type information class for Tuple and Pojo types
The class is taking care of serialization and comparators for Tuples as well.
|
| CompositeType.FlatFieldDescriptor | |
| CompositeTypeComparator<T> | |
| GenericPairComparator<T1,T2> | |
| SameTypePairComparator<T> | |
| TypeComparator<T> |
This interface describes the methods that are required for a data type to be handled by the pact
runtime.
|
| TypePairComparator<T1,T2> |
This interface defines the method required by the runtime to use data types in join-like operations.
|
| TypeSerializer<T> |
This interface describes the methods that are required for a data type to be handled by the pact
runtime.
|
| Exception | Description |
|---|---|
| CompositeType.InvalidFieldReferenceException |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.