SchemeSpec
open class SchemeSpec<out T : Scheme>(builder: () -> T) : Specification<T> , Described
Content copied to clipboard
A specification for simplified generation of wrappers
Constructors
SchemeSpec
Link copied to clipboard
Functions
read
Link copied to clipboard
Read generic read-only meta with this Specification producing instance of desired type. The source is not mutated even if it is in theory mutable
write
Link copied to clipboard
Wrap MutableMeta, using it as inner storage (changes to Specification are reflected on MutableMeta
Properties
descriptor
Link copied to clipboard