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
- All
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[_]): Boolean
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
-
def
canConvert(arg0: Class[_]): Boolean
- Definition Classes
- ReflectionConverter → ConverterMatcher
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
doMarshal(arg0: Any, arg1: HierarchicalStreamWriter, arg2: MarshallingContext): Unit
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
-
def
doUnmarshal(arg0: Any, arg1: HierarchicalStreamReader, arg2: UnmarshallingContext): AnyRef
- Definition Classes
- AbstractReflectionConverter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
flushCache(): Unit
- Definition Classes
- AbstractReflectionConverter → Caching
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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: Any, 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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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: Any, arg2: Class[_], arg3: Field): AnyRef
- Attributes
- protected[reflection]
- Definition Classes
- AbstractReflectionConverter
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated