object ScalarTypeConverter extends Converter
TODO this has very similar logic to AnyTypeConverter, we need to review why are we first match by type in tryConvert
and then we match by PropertyObject in the same way as we do in AnyTypeConverter. Maybe these logics can be merged or
make one dependent on the other. Furthermore check why are we including the extra cases for Iri, Str, RegExp and
LiteralUri here and not in AnyTypeConverter.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalarTypeConverter
- Converter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 bool(property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
conversionValidation(message: String)(implicit errorHandler: AMFErrorHandler): None.type
- Attributes
- protected
- Definition Classes
- Converter
- def date(property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
- def double(property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def float(property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def int(property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tryConvert(type: Type, property: PropertyObject)(implicit errorHandler: AMFErrorHandler): Option[AmfScalar]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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