Skip to content

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

Class AbstractRenderer

java.lang.Object
        io.github.qishr.cascara.ui.render.AbstractRenderer

All Implemented Interfaces:
    Renderer

Direct Known Subtypes:
    AbstractArrayRenderer, AbstractScalarRenderer


public abstract class AbstractRenderer

Constructor Summary

Constructor Description
AbstractRenderer(String contentType, PrimitiveType schemaType, String format)

Method Summary

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

Method Details

getServiceProperties

public Properties getServiceProperties()


getContentType

public String getContentType()

Specified By:

Renderer


getSchemaType

public String getSchemaType()

Specified By:

Renderer


getSchemaFormat

public String getSchemaFormat()

Specified By:

Renderer