case class APIContractClientBuilder(dependencyFetcher: DependencyFetcher) extends APIBaseClientBuilder[APIContractClient] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIContractClientBuilder
- Serializable
- Serializable
- Product
- Equals
- APIBaseClientBuilder
- PlatformSecrets
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new APIContractClientBuilder(dependencyFetcher: DependencyFetcher)
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
build(configuration: DependencySetResult): APIContractClient
- Definition Classes
- APIContractClientBuilder → APIBaseClientBuilder
-
def
build(directory: String): Future[APIContractClient]
- Definition Classes
- APIBaseClientBuilder
-
def
build(descriptor: ProjectDescriptor): Future[APIContractClient]
- Definition Classes
- APIBaseClientBuilder
-
def
buildFromContent(descriptorAsString: String): Future[APIContractClient]
- Definition Classes
- APIBaseClientBuilder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
dependencyFetcher: DependencyFetcher
- Definition Classes
- APIContractClientBuilder → APIBaseClientBuilder
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getProjectConfigurationBuilder: DependencySetParser
- Attributes
- protected
- Definition Classes
- APIContractClientBuilder → APIBaseClientBuilder
-
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()
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
var
resourceLoaders: List[ResourceLoader]
- Attributes
- protected
- Definition Classes
- APIBaseClientBuilder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withCacheBuilder(builder: UnitCacheBuilder): APIContractClientBuilder.this.type
-
def
withResourceLoader(loader: ResourceLoader): APIContractClientBuilder.this.type
- Definition Classes
- APIBaseClientBuilder
-
def
withResourceLoaders(loaders: List[ResourceLoader]): APIContractClientBuilder.this.type
- Definition Classes
- APIBaseClientBuilder
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated