object PropertyType extends PropertyTypePlatformSpecific
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyType
- PropertyTypePlatformSpecific
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class PropertyReadError[V](value: V, typeInfo: String) extends Product with Serializable
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
attempt[A, E](a: ⇒ A, f: (Throwable) ⇒ E): Either[E, A]
- Attributes
- protected
- Definition Classes
- PropertyType → PropertyTypePlatformSpecific
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
- object BigDecimalType extends PropertyType[String, BigDecimal] with Product with Serializable
- object BigIntType extends PropertyType[String, BigInt] with Product with Serializable
- object BooleanType extends PropertyType[String, Boolean] with Product with Serializable
- object ByteType extends PropertyType[String, Byte] with Product with Serializable
- object DoubleType extends PropertyType[String, Double] with Product with Serializable
- object DurationType extends PropertyType[String, scala.concurrent.duration.Duration] with Product with Serializable
- object FloatType extends PropertyType[String, Float] with Product with Serializable
- object InstantType extends PropertyType[String, Instant] with Product with Serializable
- object IntType extends PropertyType[String, Int] with Product with Serializable
- object LocalDateTimeType extends PropertyType[String, LocalDateTime] with Product with Serializable
- object LocalDateType extends PropertyType[String, LocalDate] with Product with Serializable
- object LocalTimeType extends PropertyType[String, LocalTime] with Product with Serializable
- object LongType extends PropertyType[String, Long] with Product with Serializable
- object ShortType extends PropertyType[String, Short] with Product with Serializable
- object StringType extends PropertyType[String, String] with Product with Serializable
- object UuidType extends PropertyType[String, UUID] with Product with Serializable
- object ZioDurationType extends PropertyType[String, java.time.Duration] with Product with Serializable
-
object
FileType extends PropertyType[String, File] with Product with Serializable
- Definition Classes
- PropertyTypePlatformSpecific
-
object
JavaFilePathType extends PropertyType[String, Path] with Product with Serializable
- Definition Classes
- PropertyTypePlatformSpecific
-
object
UriType extends PropertyType[String, URI] with Product with Serializable
- Definition Classes
- PropertyTypePlatformSpecific
-
object
UrlType extends PropertyType[String, URL] with Product with Serializable
- Definition Classes
- PropertyTypePlatformSpecific