java.lang.Object
gg.xp.xivapi.mappers.objects.LangValueFieldMapper<X>
- All Implemented Interfaces:
FieldMapper<XivApiLangValue<X>>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLangValueFieldMapper(String fieldName, boolean isTransient, Method method, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildQueryFields(QueryFieldsBuilder parent) getValue(com.fasterxml.jackson.databind.JsonNode current, XivApiContext context)
-
Constructor Details
-
LangValueFieldMapper
-
-
Method Details
-
getValue
public XivApiLangValue<X> getValue(com.fasterxml.jackson.databind.JsonNode current, XivApiContext context) - Specified by:
getValuein interfaceFieldMapper<X>
-
buildQueryFields
- Specified by:
buildQueryFieldsin interfaceFieldMapper<X>
-