toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.configuration.file
/
YamlRepresenter
Yaml
Representer
public
class
YamlRepresenter
extends
Representer
Members
Constructors
Yaml
Representer
Link copied to clipboard
public
void
YamlRepresenter
(
)
Properties
property
Utils
Link copied to clipboard
public
PropertyUtils
propertyUtils
Functions
add
Class
Tag
Link copied to clipboard
public
Tag
addClassTag
(
Class
<
? extends
Object
>
clazz
,
Tag
tag
)
add
Type
Description
Link copied to clipboard
public
TypeDescription
addTypeDescription
(
TypeDescription
td
)
get
Default
Flow
Style
Link copied to clipboard
public
DumperOptions.FlowStyle
getDefaultFlowStyle
(
)
get
Default
Scalar
Style
Link copied to clipboard
public
DumperOptions.ScalarStyle
getDefaultScalarStyle
(
)
get
Property
Utils
Link copied to clipboard
public
final
PropertyUtils
getPropertyUtils
(
)
get
Time
Zone
Link copied to clipboard
public
TimeZone
getTimeZone
(
)
is
Explicit
Property
Utils
Link copied to clipboard
public
final
boolean
isExplicitPropertyUtils
(
)
represent
Link copied to clipboard
public
Node
represent
(
Object
data
)
set
Default
Flow
Style
Link copied to clipboard
public
void
setDefaultFlowStyle
(
DumperOptions.FlowStyle
defaultFlowStyle
)
set
Default
Scalar
Style
Link copied to clipboard
public
void
setDefaultScalarStyle
(
DumperOptions.ScalarStyle
defaultStyle
)
set
Property
Utils
Link copied to clipboard
public
void
setPropertyUtils
(
PropertyUtils
propertyUtils
)
set
Time
Zone
Link copied to clipboard
public
void
setTimeZone
(
TimeZone
timeZone
)