SimpleOptionalByteProperty

open class SimpleOptionalByteProperty(initialValue: Byte?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Byte?> , OptionalByteProperty

Boilerplate which avoids having to use generics.

Similar to SimpleByteProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: Byte?, bean: Any? = null, beanName: String? = null)