BetterModel
Toggle table of contents
1.11.4-SNAPSHOT-338
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelPlaceholder
Model
Placeholder
class
ModelPlaceholder
:
Record
Model placeholder
Parameters
variables
variables
Members
Constructors
Model
Placeholder
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
ModelPlaceholder
Empty placeholder
PARSER
Link copied to clipboard
val
PARSER
:
JsonDeserializer
<
ModelPlaceholder
>
Parser
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
parse
Variable
Link copied to clipboard
@
NotNull
open
fun
parseVariable
(
@
NotNull
expression
:
@
NotNull
String
)
:
@
NotNull
String
Parses raw expression
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String