class Oxide::Types::StringType

Defined in:

oxide/types/scalars.cr

Instance Method Summary

Instance methods inherited from class Oxide::Types::ScalarType

input_type? : Bool input_type?, kind kind, output_type? : Bool output_type?

Instance methods inherited from class Oxide::Type

coerce(value) : CoercedInput coerce, description description, input_type? : Bool input_type?, name name, output_type? : Bool output_type?, serialize(value) : SerializedOutput serialize, unwrap(schema : Schema) unwrap

Instance methods inherited from module Oxide::Visitable

accept(visitor : Visitor) accept

Instance Method Detail

def coerce(value : String) : CoercedInput #

[View source]
def coerce(value : JSON::Any) : CoercedInput #

[View source]
def coerce(value) : CoercedInput #

[View source]
def description #

[View source]
def name #

[View source]
def serialize(value) : SerializedOutput #

[View source]