Package org.bukkit.configuration.file
Class YamlConstructor.ConstructCustomObject
java.lang.Object
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
org.bukkit.configuration.file.YamlConstructor.ConstructCustomObject
- All Implemented Interfaces:
org.yaml.snakeyaml.constructor.Construct
- Enclosing class:
- YamlConstructor
private class YamlConstructor.ConstructCustomObject
extends org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
-
Constructor Summary
Constructors Modifier Constructor Description privateConstructCustomObject() -
Method Summary
Modifier and Type Method Description @Nullable java.lang.Objectconstruct(@NotNull org.yaml.snakeyaml.nodes.Node node)voidconstruct2ndStep(@NotNull org.yaml.snakeyaml.nodes.Node node, @NotNull java.lang.Object object)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConstructCustomObject
private ConstructCustomObject()
-
-
Method Details
-
construct
@Nullable public @Nullable java.lang.Object construct(@NotNull @NotNull org.yaml.snakeyaml.nodes.Node node)- Specified by:
constructin interfaceorg.yaml.snakeyaml.constructor.Construct- Overrides:
constructin classorg.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
-
construct2ndStep
public void construct2ndStep(@NotNull @NotNull org.yaml.snakeyaml.nodes.Node node, @NotNull @NotNull java.lang.Object object)- Specified by:
construct2ndStepin interfaceorg.yaml.snakeyaml.constructor.Construct- Overrides:
construct2ndStepin classorg.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
-