CustomTypeMatcher

avrohugger.matchers.custom.CustomTypeMatcher

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def checkCustomArrayType(arrayType: AvroScalaArrayType): Type => Type
def checkCustomDateType(dateType: AvroScalaDateType): ClassSymbol
def checkCustomDecimalType(decimalType: AvroScalaDecimalType, schema: Schema): Type
def checkCustomEnumType(enumType: AvroScalaEnumType, classStore: ClassStore, schema: Schema, useFullName: Boolean): Symbol
def checkCustomNumberType(numberType: AvroScalaNumberType): Symbol
def checkCustomTimeMicrosType(timeType: AvroScalaTimeType): ClassSymbol