Skip to content

Package io.github.qishr.cascara.ui.api.render

Interface Renderer

java.lang.Object
        io.github.qishr.cascara.ui.api.render.Renderer

All Implemented Interfaces:
    ServiceProvider

All Known Implementing Classes:
    ScalarRenderer, ScalarEditorRenderer, ArrayEditorRenderer, AbstractRenderer


public interface Renderer

Method Summary

Modifier and Type Method Description
public abstract String getSchemaType()
public abstract String getSchemaFormat()
public abstract String getContentType()

Method Details

getSchemaType

public abstract String getSchemaType()


getSchemaFormat

public abstract String getSchemaFormat()


getContentType

public abstract String getContentType()