corda / net.corda.core.serialization / CordaSerializationTransformEnumDefaults

CordaSerializationTransformEnumDefaults

@Target([AnnotationTarget.CLASS]) annotation class CordaSerializationTransformEnumDefaults

This annotation is used to mark an enumerated type as having had multiple members added, It acts as a container annotation for instances of CordaSerializationTransformEnumDefault, each of which details individual additions.

Constructors

<init>

CordaSerializationTransformEnumDefaults(vararg value: CordaSerializationTransformEnumDefault)

This annotation is used to mark an enumerated type as having had multiple members added, It acts as a container annotation for instances of CordaSerializationTransformEnumDefault, each of which details individual additions.

Properties

value

vararg val value: Array<out CordaSerializationTransformEnumDefault>

an array of CordaSerializationTransformEnumDefault.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.