Class StringTypeDeclarationHandler

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

public class StringTypeDeclarationHandler extends BaseTypeDeclarationHandler
  • Constructor Details

    • StringTypeDeclarationHandler

      public StringTypeDeclarationHandler()
  • Method Details

    • handles

      public boolean handles(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration)
    • handle

      public org.mule.metadata.api.builder.TypeBuilder<?> handle(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration, org.mule.metadata.api.builder.BaseTypeBuilder root, TypeDeclarationHandlerManager typeDeclarationHandlerManager, ParsingContext parsingContext)