Package | Description |
---|---|
com.jrfom.gw2.api.model.items | |
com.jrfom.gw2.jackson.deserializers | |
com.jrfom.gw2.jackson.serializers |
Modifier and Type | Class and Description |
---|---|
class |
ArmorItem
Represents and in-game item that is a piece of armor.
|
class |
BagItem
Represents and in-game item that is a bag.
|
class |
ConsumableItem
Represents and in-game item that is consumable.
|
class |
ContainerItem
Represents and in-game item that is a container.
|
class |
CraftingMaterialItem
Represents and in-game item that is a crafting material.
|
class |
GizmoItem
Represents and in-game item that is a gizmo.
|
class |
MiniPetItem
Represents and in-game item that is a mini-pet.
|
class |
TrinketItem
Represents and in-game item that is a trinket.
|
class |
TrophyItem
Represents and in-game item that is a trophy.
|
class |
UpgradeComponentItem
Represents and in-game item that is an upgrade component.
|
class |
WeaponItem
Represents and in-game item that is a weapon.
|
Modifier and Type | Method and Description |
---|---|
GenericItem |
ItemDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
ItemSerializer.serialize(GenericItem value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2014. All Rights Reserved.