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