Package io.github.qishr.cascara.common.type
Interface TypeDescriptor
java.lang.Object
io.github.qishr.cascara.common.type.TypeDescriptor
All Implemented Interfaces:
ServiceProvider
All Known Implementing Classes:
AbstractTypeDescriptor
public interface TypeDescriptor
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract void | toSchema(MapAstNode, ?> node) | |
| public abstract Object | toType(String string) | |
| public abstract String | toText(Object object) |
Method Details
toSchema
public abstract void toSchema(MapAstNode, ?> node)
toType
public abstract Object toType(String string)
toText
public abstract String toText(Object object)