c

com.datasolvr.services.core.XmlHandler

WithOptionsConverter

class WithOptionsConverter extends ReflectionConverter

Linear Supertypes
ReflectionConverter, AbstractReflectionConverter, Caching, Converter, ConverterMatcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithOptionsConverter
  2. ReflectionConverter
  3. AbstractReflectionConverter
  4. Caching
  5. Converter
  6. ConverterMatcher
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WithOptionsConverter(stream: XStream, clazz: Class[_])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canAccess(arg0: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  6. def canConvert(arg0: Class[_ <: AnyRef]): Boolean
    Definition Classes
    ReflectionConverter → ConverterMatcher
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def doMarshal(arg0: AnyRef, arg1: HierarchicalStreamWriter, arg2: MarshallingContext): Unit
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  9. def doUnmarshal(arg0: AnyRef, arg1: HierarchicalStreamReader, arg2: UnmarshallingContext): AnyRef
    Definition Classes
    AbstractReflectionConverter
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def flushCache(): Unit
    Definition Classes
    AbstractReflectionConverter → Caching
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def instantiateNewInstance(arg0: HierarchicalStreamReader, arg1: UnmarshallingContext): AnyRef
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def marshal(original: Any, writer: HierarchicalStreamWriter, context: MarshallingContext): Unit
    Definition Classes
    WithOptionsConverter → AbstractReflectionConverter → Converter
  18. def marshallField(arg0: MarshallingContext, arg1: AnyRef, arg2: Field): Unit
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. val nullOptions: Map[Class[_], Any]
  23. def readResolve(): AnyRef
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  24. def shouldUnmarshalField(arg0: Field): Boolean
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  25. def shouldUnmarshalTransientFields(): Boolean
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def unmarshal(reader: HierarchicalStreamReader, context: UnmarshallingContext): AnyRef
    Definition Classes
    WithOptionsConverter → AbstractReflectionConverter → Converter
  29. def unmarshallField(arg0: UnmarshallingContext, arg1: AnyRef, arg2: Class[_ <: AnyRef], arg3: Field): AnyRef
    Attributes
    protected[reflection]
    Definition Classes
    AbstractReflectionConverter
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ReflectionConverter

Inherited from AbstractReflectionConverter

Inherited from Caching

Inherited from Converter

Inherited from ConverterMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped