class WithOptionsConverter extends ReflectionConverter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithOptionsConverter
- ReflectionConverter
- AbstractReflectionConverter
- Caching
- Converter
- ConverterMatcher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithOptionsConverter(stream: XStream, clazz: Class[_])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canAccess(arg0: Class[_ <: AnyRef]): Boolean
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- def canConvert(arg0: Class[_ <: AnyRef]): Boolean
- Definition Classes
- ReflectionConverter → ConverterMatcher
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def doMarshal(arg0: AnyRef, arg1: HierarchicalStreamWriter, arg2: MarshallingContext): Unit
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- def doUnmarshal(arg0: AnyRef, arg1: HierarchicalStreamReader, arg2: UnmarshallingContext): AnyRef
- Definition Classes
- AbstractReflectionConverter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flushCache(): Unit
- Definition Classes
- AbstractReflectionConverter → Caching
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def instantiateNewInstance(arg0: HierarchicalStreamReader, arg1: UnmarshallingContext): AnyRef
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def marshal(original: Any, writer: HierarchicalStreamWriter, context: MarshallingContext): Unit
- Definition Classes
- WithOptionsConverter → AbstractReflectionConverter → Converter
- def marshallField(arg0: MarshallingContext, arg1: AnyRef, arg2: Field): Unit
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val nullOptions: Map[Class[_], Any]
- def readResolve(): AnyRef
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- def shouldUnmarshalField(arg0: Field): Boolean
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- def shouldUnmarshalTransientFields(): Boolean
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unmarshal(reader: HierarchicalStreamReader, context: UnmarshallingContext): AnyRef
- Definition Classes
- WithOptionsConverter → AbstractReflectionConverter → Converter
- def unmarshallField(arg0: UnmarshallingContext, arg1: AnyRef, arg2: Class[_ <: AnyRef], arg3: Field): AnyRef
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)