| Modifier and Type | Method and Description |
|---|---|
static RepositoryPackage |
RepositoryPackage.fromPackageRepository(File input)
Deserializes packages from packagist.org, e.g.
|
| Constructor and Description |
|---|
ComposerPackage(File file) |
ComposerPackage(Reader reader) |
ComposerPackage(String json) |
MinimalPackage(File file) |
MinimalPackage(Reader reader) |
MinimalPackage(String json) |
RepositoryPackage(File file) |
RepositoryPackage(Reader reader) |
RepositoryPackage(String json) |
| Constructor and Description |
|---|
ComposerPackages(File file) |
ComposerPackages(Reader reader) |
ComposerPackages(String json) |
JsonArray(File file) |
JsonArray(Reader reader) |
JsonArray(String json) |
Psr(String json) |
UniqueJsonArray(File file) |
UniqueJsonArray(Reader reader) |
UniqueJsonArray(String json) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonEntity.fromJson(File file) |
void |
JsonEntity.fromJson(Reader reader) |
void |
JsonEntity.fromJson(String json) |
| Constructor and Description |
|---|
JsonObject(File file) |
JsonObject(Reader reader) |
JsonObject(String json) |
Person(String json) |
| Constructor and Description |
|---|
PackageRepository(File file) |
PackageRepository(Reader reader) |
PackageRepository(String json) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonParser.parse(Reader reader) |
Object |
JsonParser.parse(String json) |
Copyright © 2014. All rights reserved.