CustomDefaultParamMatcher

avrohugger.matchers.custom.CustomDefaultParamMatcher

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def checkCustomArrayType(arrayType: AvroScalaArrayType): Symbol
def checkCustomDateType(dateType: AvroScalaDateType): Tree
def checkCustomDecimalType(decimalType: AvroScalaDecimalType, schema: Schema, default: => Tree, decimalValue: => Option[String]): Tree
def checkCustomEnumType(enumType: AvroScalaEnumType): Literal
def checkCustomTimeMicrosType(timeMillisType: AvroScalaTimeType): Tree