com
.
sksamuel
.
avro4s
SchemaMacros
Related Doc:
package avro4s
object
SchemaMacros
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
SchemaMacros
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
implicit
def
ArraySchema
[
S
]
(
implicit
subschema:
AvroSchema
[
S
]
)
:
AvroSchema
[
Array
[
S
]]
implicit
val
BigDecimalSchema
:
AvroSchema
[
BigDecimal
]
implicit
val
BooleanSchema
:
AvroSchema
[
Boolean
]
implicit
val
ByteArraySchema
:
AvroSchema
[
Array
[
Byte
]]
implicit
val
DoubleSchema
:
AvroSchema
[
Double
]
implicit
def
EitherSchema
[
A
,
B
]
(
implicit
aSchema:
AvroSchema
[
A
]
,
bSchema:
AvroSchema
[
B
]
)
:
AvroSchema
[
Either
[
A
,
B
]]
implicit
val
FloatSchema
:
AvroSchema
[
Float
]
implicit
val
IntSchema
:
AvroSchema
[
Int
]
implicit
def
IterableSchema
[
S
]
(
implicit
subschema:
AvroSchema
[
S
]
)
:
AvroSchema
[
Iterable
[
S
]]
implicit
def
ListSchema
[
S
]
(
implicit
subschema:
AvroSchema
[
S
]
)
:
AvroSchema
[
List
[
S
]]
implicit
val
LongSchema
:
AvroSchema
[
Long
]
implicit
def
MapSchema
[
V
]
(
implicit
valueSchema:
AvroSchema
[
V
]
)
:
AvroSchema
[
Map
[
String
,
V
]]
implicit
def
OptionSchema
[
T
]
(
implicit
valueSchema:
AvroSchema
[
T
]
)
:
AvroSchema
[
Option
[
T
]]
implicit
def
SeqSchema
[
S
]
(
implicit
subschema:
AvroSchema
[
S
]
)
:
AvroSchema
[
Seq
[
S
]]
implicit
val
StringSchema
:
AvroSchema
[
String
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fieldBuilder
[
T
]
(
name:
String
,
aliases:
Seq
[
String
]
)
(
implicit
schema:
AvroSchema
[
T
]
)
:
Field
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
schemaImpl
[
T
]
(
c:
Context
)
(
implicit
arg0:
scala.reflect.macros.whitebox.Context.WeakTypeTag
[
T
]
)
:
scala.reflect.macros.whitebox.Context.Expr
[
AvroSchema
[
T
]]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped