public final class TypeAnnotationSerializerFactory extends Object
TypeAnnotationSerializer which have been enriched with SPI discovered implementations
of TypeAnnotationSerializer
By default this mapping provides all the out of the box TypeAnnotation implementation like LabelAnnotation,
DefaultValueAnnotation, etc, but this mapping is extensible to provide more mappings using SPI (Service Provider
Interface) loading defined TypeAnnotationSerializerExtender implementations.
TypeAnnotationSerializerExtender| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationSerializerFactory |
getInstance() |
TypeAnnotationSerializer |
getTypeAnnotationSerializer() |
public static TypeAnnotationSerializerFactory getInstance()
public TypeAnnotationSerializer getTypeAnnotationSerializer()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.