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
    private ConstructCustomObject()  
  • Method Summary

    Modifier and Type Method Description
    @Nullable java.lang.Object construct​(@NotNull org.yaml.snakeyaml.nodes.Node node)  
    void construct2ndStep​(@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:
      construct in interface org.yaml.snakeyaml.constructor.Construct
      Overrides:
      construct in class org.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:
      construct2ndStep in interface org.yaml.snakeyaml.constructor.Construct
      Overrides:
      construct2ndStep in class org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap