jimmer-ksp
0.8.41
jimmer-ksp
/
org.babyfish.jimmer.ksp.meta
/
StaticProp
Static
Prop
data
class
StaticProp
(
immutableProp
:
ImmutableProp
,
alias
:
String
,
name
:
String
,
isEnabled
:
Boolean
,
isOptional
:
Boolean
,
isIdOnly
:
Boolean
,
targetAlias
:
String
,
target
:
StaticDeclaration
?
)
Content copied to clipboard
Functions
Properties
Functions
is
Nullable
Link copied to clipboard
fun
isNullable
(
input
:
Boolean
)
:
Boolean
Content copied to clipboard
Properties
alias
Link copied to clipboard
val
alias
:
String
Content copied to clipboard
immutableProp
Link copied to clipboard
val
immutableProp
:
ImmutableProp
Content copied to clipboard
isEnabled
Link copied to clipboard
val
isEnabled
:
Boolean
Content copied to clipboard
isIdOnly
Link copied to clipboard
val
isIdOnly
:
Boolean
Content copied to clipboard
isOptional
Link copied to clipboard
val
isOptional
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
target
Link copied to clipboard
val
target
:
StaticDeclaration
?
=
null
Content copied to clipboard
targetAlias
Link copied to clipboard
val
targetAlias
:
String
Content copied to clipboard