Packages

final class Faker extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Faker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Faker(locale: Locale)

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 avatar(): String
  6. def buildingNumber(): String
  7. def city(): String
  8. def cityPrefix(): String
  9. def citySuffix(): String
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def country(): Country
  12. def countryCode(): String
  13. def countryName(): String
  14. def currentEraInstant(): Instant
  15. def currentEraLocalDateTime(): LocalDateTime
  16. def currentEraOffsetDateTime(): OffsetDateTime
  17. def currentEraZonedDateTime(): ZonedDateTime
  18. def defaultCountry(): DefaultCountry
  19. def defaultCountryCode(): String
  20. def defaultCountryName(): String
  21. def domainName(): String
  22. def domainSuffix(): String
  23. def domainWord(): String
  24. def emailAddress(): String
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def firstName(): String
  28. def fullAddress(): String
  29. def fullName(): String
  30. def fullNameWithMiddle(): String
  31. def futureInstant(): Instant
  32. def futureLocalDateTime(): LocalDateTime
  33. def futureOffsetDateTime(): OffsetDateTime
  34. def futureZonedDateTime(): ZonedDateTime
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def image(): String
  38. def ipV4Address(): String
  39. def ipV4Cidr(): String
  40. def ipV6Address(): String
  41. def ipV6Cidr(): String
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def lastName(): String
  44. def latitude(): String
  45. implicit val loader: ResourceLoader
  46. def longitude(): String
  47. def loremCharacters(): String
  48. def loremParagraph(): String
  49. def loremParagraph(sentences: Int): String
  50. def loremParagraphs(): String
  51. def loremParagraphs(paragraphs: Int): String
  52. def loremSentence(): String
  53. def loremSentence(words: Int): String
  54. def loremWord(): String
  55. def loremWords(): String
  56. def loremWords(words: Int): String
  57. def macAddress(): String
  58. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. def nowInstant(): Instant
  62. def nowLocalDateTime(): LocalDateTime
  63. def nowOffsetDateTime(): OffsetDateTime
  64. def nowZonedDateTime(): ZonedDateTime
  65. def password(): String
  66. def pastInstant(): Instant
  67. def pastLocalDateTime(): LocalDateTime
  68. def pastOffsetDateTime(): OffsetDateTime
  69. def pastZonedDateTime(): ZonedDateTime
  70. def postalCode(): String
  71. def prefix(): String
  72. def privateIpV4Address(): String
  73. def publicIpV4Address(): String
  74. def randomInstant(): Instant
  75. def randomLocalDateTime(): LocalDateTime
  76. def randomOffsetDateTime(): OffsetDateTime
  77. def randomZonedDateTime(): ZonedDateTime
  78. def safeEmailAddress(): String
  79. def secondaryAddress(): String
  80. def slug(): String
  81. def state(): State
  82. def stateAbbr(): String
  83. def stateZip(): String
  84. def streetAddress(): String
  85. def streetName(): String
  86. def streetPrefix(): String
  87. def streetSuffix(): String
  88. def suffix(): String
  89. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  90. def title(): String
  91. def toString(): String
    Definition Classes
    AnyRef → Any
  92. def url(): String
  93. def userAgent(): String
  94. def userName(): String
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  97. 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

Inherited from AnyRef

Inherited from Any

Ungrouped