toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.core
/
JvmType
Jvm
Type
data
class
JvmType
(
val
clazz
:
Class
<
*
>
)
:
DomainType
Typed backed by a JVM object
Members
Constructors
Jvm
Type
Link copied to clipboard
constructor
(
clazz
:
Class
<
*
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
clazz
Link copied to clipboard
val
clazz
:
Class
<
*
>
description
Link copied to clipboard
open
val
description
:
String
name
Link copied to clipboard
open
val
name
:
String
Functions
info
String
Link copied to clipboard
open
fun
infoString
(
verbose
:
Boolean
?
,
indent
:
Int
)
:
String