| Modifier and Type | Method and Description |
|---|---|
static ConfigurationMetadataRepositoryJsonBuilder |
ConfigurationMetadataRepositoryJsonBuilder.create()
Create a new builder instance using
UTF_8 as the default charset. |
static ConfigurationMetadataRepositoryJsonBuilder |
ConfigurationMetadataRepositoryJsonBuilder.create(Charset defaultCharset)
Create a new builder instance using the specified default
Charset. |
static ConfigurationMetadataRepositoryJsonBuilder |
ConfigurationMetadataRepositoryJsonBuilder.create(InputStream... inputStreams)
Create a new builder instance using
UTF_8 as the default charset and the
specified json resource. |
ConfigurationMetadataRepositoryJsonBuilder |
ConfigurationMetadataRepositoryJsonBuilder.withJsonResource(InputStream inputStream)
Add the content of a
ConfigurationMetadataRepository defined by the
specified InputStream json document using the default charset. |
ConfigurationMetadataRepositoryJsonBuilder |
ConfigurationMetadataRepositoryJsonBuilder.withJsonResource(InputStream inputStream,
Charset charset)
Add the content of a
ConfigurationMetadataRepository defined by the
specified InputStream json document using the specified Charset. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.