Interface Trait
-
- All Known Implementing Classes:
DataTypeConversionFailureHandlingTrait,DefaultValueTrait,JsonValueTrait,ListTrait,LocationTrait,MapTrait,PayloadTrait,RequiredTrait,TimestampFormatTrait,XmlAttributesTrait,XmlAttributeTrait
public interface TraitMarker interface for traits that contain additional metadata aboutSdkFields.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TraitTypetype()The known trait type.
-
-
-
Method Detail
-
type
default TraitType type()
The known trait type. This is correctly implemented and uniquely mapped to the enum values which allow us to create enum maps for trait known trait types.
-
-