NovahGithubSource

Types

Types in Novah correspond to a Java class or primitive type.

Novah typeJava type
Bytebyte
Int16short
Int, Int32int
Int64long
Float32float
Float64double
Booleanboolean
Charchar
Stringjava.lang.String
BigIntegerjava.math.BigInteger
BigDecimaljava.math.BigDecimal
Option Bytejava.lang.Byte
Option Int16java.lang.Short
Option Int32java.lang.Integer
Option Int64java.lang.Long
Option Float32java.lang.Float
Option Float64java.lang.Double
Option Booleanjava.lang.Boolean
Option Charjava.lang.Character
Patternjava.util.regex.Pattern
Listio.lacuna.bifurcan.List
Setio.lacuna.bifurcan.Set
Mapio.lacuna.bifurcan.Map