Skip to content

Package io.github.qishr.cascara.common.type

Class InstantTypeDescriptor

java.lang.Object
        io.github.qishr.cascara.common.type.AbstractTypeDescriptor
                io.github.qishr.cascara.common.type.InstantTypeDescriptor


public class InstantTypeDescriptor
extends AbstractTypeDescriptor

Field Summary

Modifier and Type Field Description
public static final String FORMAT
public static final String SCHEMA_TYPE

Constructor Summary

Constructor Description
InstantTypeDescriptor()

Method Summary

Modifier and Type Method Description
public void toSchema(MapAstNode node)
public Object toType(String text)
public String toText(Object object)

Methods inherited from AbstractTypeDescriptor

getServiceProperties

Field Details

FORMAT

public static final String FORMAT

See Also:

Constant Field Values


SCHEMA_TYPE

public static final String SCHEMA_TYPE

See Also:

Constant Field Values


Method Details

toSchema

public void toSchema(MapAstNode node)


toType

public Object toType(String text)


toText

public String toText(Object object)