final class Faker extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Faker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 avatar(): String
- def bs(): String
- def buildingNumber(): String
- def buzzWord(): String
- def catchPhrase(): String
- def cellPhoneNumber(): String
- def city(): String
- def cityPrefix(): String
- def citySuffix(): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companyDomainName(): String
- def companyName(): String
- def companySuffix(): String
- def companyUrl(): String
- def country(): Country
- def countryCode(): String
- def countryName(): String
- def currentEraInstant(): Instant
- def currentEraLocalDateTime(): LocalDateTime
- def currentEraOffsetDateTime(): OffsetDateTime
- def currentEraZonedDateTime(): ZonedDateTime
- def defaultCountry(): DefaultCountry
- def defaultCountryCode(): String
- def defaultCountryName(): String
- def domainName(): String
- def domainSuffix(): String
- def domainWord(): String
- def emailAddress(): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def firstName(): String
- def fullAddress(): String
- def fullName(): String
- def fullNameWithMiddle(): String
- def futureInstant(): Instant
- def futureLocalDateTime(): LocalDateTime
- def futureOffsetDateTime(): OffsetDateTime
- def futureZonedDateTime(): ZonedDateTime
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def image(): String
- def industry(): String
- def ipV4Address(): String
- def ipV4Cidr(): String
- def ipV6Address(): String
- def ipV6Cidr(): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastName(): String
- def latitude(): String
- implicit val loader: ResourceLoader
- def logo(): String
- def longitude(): String
- def loremCharacters(): String
- def loremParagraph(): String
- def loremParagraph(sentences: Int): String
- def loremParagraphs(): String
- def loremParagraphs(paragraphs: Int): String
- def loremSentence(): String
- def loremSentence(words: Int): String
- def loremWord(): String
- def loremWords(): String
- def loremWords(words: Int): String
- def macAddress(): String
- 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()
- def nowInstant(): Instant
- def nowLocalDateTime(): LocalDateTime
- def nowOffsetDateTime(): OffsetDateTime
- def nowZonedDateTime(): ZonedDateTime
- def password(): String
- def pastInstant(): Instant
- def pastLocalDateTime(): LocalDateTime
- def pastOffsetDateTime(): OffsetDateTime
- def pastZonedDateTime(): ZonedDateTime
- def phoneNumber(): String
- def postalCode(): String
- def prefix(): String
- def privateIpV4Address(): String
- def profession(): String
- def publicIpV4Address(): String
- def randomInstant(): Instant
- def randomLocalDateTime(): LocalDateTime
- def randomOffsetDateTime(): OffsetDateTime
- def randomZonedDateTime(): ZonedDateTime
- def safeEmailAddress(): String
- def secondaryAddress(): String
- def slug(): String
- def state(): State
- def stateAbbr(): String
- def stateZip(): String
- def streetAddress(): String
- def streetName(): String
- def streetPrefix(): String
- def streetSuffix(): String
- def suffix(): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title(): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url(): String
- def userAgent(): String
- def userName(): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated