Package org.simantics.databoard.reflection

Class Summary
ConstantBinding  
ObjectVariantBinding ObjectVariantBinding binds VarianType and Object.class.
ReflectionArrayBinding ReflectionArrayBinding binds ArrayType to T[], Object[], boolean[], byte[], int[], long[], float[], and double[].
ReflectionBinding Reflection Binding creates bindings and types of Java Classes.
ReflectionEnumBinding Binding of UnionType and an Enum Class
ReflectionRecordBinding ReflectionRecordBinding binding of a Record Type and Java Class.
ReflectionUnionClassBinding Binds a inheritance of classes into a union of records.
VoidBinding Binds void.class to {}