java.lang.Object
gg.xp.xivapi.mappers.AutoValueMapper<X>
- Type Parameters:
X-
- All Implemented Interfaces:
FieldMapper<X>
Converter that takes a JSON node and a method, and determines the next converter in the chain.
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValueMapper(Class<X> returnType, Method method, Type returnTypeFull, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildQueryFields(QueryFieldsBuilder parent) getValue(com.fasterxml.jackson.databind.JsonNode current, XivApiContext context)
-
Constructor Details
-
AutoValueMapper
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceFieldMapper<X>
-
buildQueryFields
- Specified by:
buildQueryFieldsin interfaceFieldMapper<X>
-