Class Yaml.XmlClassTypeDescriptor

java.lang.Object
org.yaml.snakeyaml.TypeDescription
org.testng.internal.Yaml.XmlClassTypeDescriptor
Enclosing class:
Yaml

private static class Yaml.XmlClassTypeDescriptor extends org.yaml.snakeyaml.TypeDescription
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
     

    Fields inherited from class org.yaml.snakeyaml.TypeDescription

    beanAccess, excludes, includes
  • Constructor Summary

    Constructors
    Constructor
    Description
    XmlClassTypeDescriptor(boolean loadClasses)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(org.yaml.snakeyaml.nodes.Node node)
     

    Methods inherited from class org.yaml.snakeyaml.TypeDescription

    addPropertyParameters, finalizeConstruction, getListPropertyType, getMapKeyType, getMapValueType, getProperties, getProperty, getTag, getType, newInstance, putListPropertyType, putMapPropertyType, setExcludes, setIncludes, setProperty, setPropertyUtils, setTag, setTag, setupPropertyType, substituteProperty, substituteProperty, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • loadClasses

      private final boolean loadClasses
  • Constructor Details

    • XmlClassTypeDescriptor

      public XmlClassTypeDescriptor(boolean loadClasses)
  • Method Details

    • newInstance

      public Object newInstance(org.yaml.snakeyaml.nodes.Node node)
      Overrides:
      newInstance in class org.yaml.snakeyaml.TypeDescription