class YamlNodeConstructor extends Constructor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YamlNodeConstructor
- Constructor
- SafeConstructor
- BaseConstructor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new YamlNodeConstructor()
Type Members
- class ConstructMapping extends Construct
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- class ConstructScalar extends AbstractConstruct
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- class ConstructSequence extends Construct
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- class ConstructYamlBinary extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlBool extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlFloat extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlInt extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlMap extends Construct
- Definition Classes
- SafeConstructor
- class ConstructYamlNull extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlObject extends Construct
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- class ConstructYamlOmap extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlPairs extends AbstractConstruct
- Definition Classes
- SafeConstructor
- class ConstructYamlSeq extends Construct
- Definition Classes
- SafeConstructor
- class ConstructYamlSet extends Construct
- Definition Classes
- SafeConstructor
- class ConstructYamlStr extends AbstractConstruct
- Definition Classes
- SafeConstructor
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addTypeDescription(arg0: TypeDescription): TypeDescription
- Definition Classes
- BaseConstructor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkData(): Boolean
- Definition Classes
- BaseConstructor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def constructArray(arg0: SequenceNode): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructArrayStep2(arg0: SequenceNode, arg1: AnyRef): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- final def constructDocument(arg0: Node): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructMapping(arg0: MappingNode): Map[AnyRef, AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructMapping2ndStep(arg0: MappingNode, arg1: Map[AnyRef, AnyRef]): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor → BaseConstructor
- def constructObject(arg0: Node): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructObjectNoCheck(arg0: Node): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructScalar(arg0: ScalarNode): String
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructSequence(arg0: SequenceNode): List[_ <: AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructSequenceStep2(arg0: SequenceNode, arg1: Collection[AnyRef]): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructSet(arg0: MappingNode): Set[AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructSet(arg0: SequenceNode): Set[_ <: AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def constructSet2ndStep(arg0: MappingNode, arg1: Set[AnyRef]): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor → BaseConstructor
- def createArray(arg0: Class[_ <: AnyRef], arg1: Int): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def createDefaultList(arg0: Int): List[AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def createDefaultMap(arg0: Int): Map[AnyRef, AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def createDefaultSet(arg0: Int): Set[AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finalizeConstruction(arg0: Node, arg1: AnyRef): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def flattenMapping(arg0: MappingNode, arg1: Boolean): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor
- def flattenMapping(arg0: MappingNode): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getClassForName(arg0: String): Class[_ <: AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- Annotations
- @throws(classOf[java.lang.ClassNotFoundException])
- def getClassForNode(arg0: Node): Class[_ <: AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- Constructor
- def getConstructor(arg0: Node): Construct
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def getData(): AnyRef
- Definition Classes
- BaseConstructor
- Annotations
- @throws(classOf[java.util.NoSuchElementException])
- def getLoadingConfig(): LoaderOptions
- Definition Classes
- BaseConstructor
- final def getPropertyUtils(): PropertyUtils
- Definition Classes
- BaseConstructor
- def getSingleData(arg0: Class[_ <: AnyRef]): AnyRef
- Definition Classes
- BaseConstructor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAllowDuplicateKeys(): Boolean
- Definition Classes
- BaseConstructor
- def isEnumCaseSensitive(): Boolean
- Definition Classes
- BaseConstructor
- final def isExplicitPropertyUtils(): Boolean
- Definition Classes
- BaseConstructor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWrappedToRootException(): Boolean
- Definition Classes
- BaseConstructor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newInstance(arg0: Class[_ <: AnyRef], arg1: Node, arg2: Boolean): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- final def newInstance(arg0: Class[_ <: AnyRef], arg1: Node): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def newInstance(arg0: Node): AnyRef
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def newList(arg0: SequenceNode): List[AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def newMap(arg0: MappingNode): Map[AnyRef, AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def newSet(arg0: CollectionNode[_ <: AnyRef]): Set[AnyRef]
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def postponeMapFilling(arg0: Map[AnyRef, AnyRef], arg1: AnyRef, arg2: AnyRef): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def postponeSetFilling(arg0: Set[AnyRef], arg1: AnyRef): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- BaseConstructor
- def processDuplicateKeys(arg0: MappingNode, arg1: Boolean): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor
- def processDuplicateKeys(arg0: MappingNode): Unit
- Attributes
- protected[org.yaml.snakeyaml.constructor]
- Definition Classes
- SafeConstructor
- def setAllowDuplicateKeys(arg0: Boolean): Unit
- Definition Classes
- BaseConstructor
- def setComposer(arg0: Composer): Unit
- Definition Classes
- BaseConstructor
- def setEnumCaseSensitive(arg0: Boolean): Unit
- Definition Classes
- BaseConstructor
- def setPropertyUtils(arg0: PropertyUtils): Unit
- Definition Classes
- BaseConstructor
- def setWrappedToRootException(arg0: Boolean): Unit
- Definition Classes
- BaseConstructor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformNode(n: Node): AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()