Class BaseTypeDeclarationHandler

java.lang.Object
org.mule.metadata.raml.handler.BaseTypeDeclarationHandler
All Implemented Interfaces:
TypeDeclarationHandler
Direct Known Subclasses:
StringTypeDeclarationHandler

public abstract class BaseTypeDeclarationHandler extends Object implements TypeDeclarationHandler
  • Constructor Details

    • BaseTypeDeclarationHandler

      public BaseTypeDeclarationHandler()
  • Method Details

    • handleAnnotations

      protected void handleAnnotations(org.mule.metadata.api.builder.WithAnnotation withAnnotation, List<org.raml.v2.api.model.v10.declarations.AnnotationRef> annotations)