Module gg.xp.xivapi

Class AutoValueMapper<X>

java.lang.Object
gg.xp.xivapi.mappers.AutoValueMapper<X>
Type Parameters:
X -
All Implemented Interfaces:
FieldMapper<X>

public class AutoValueMapper<X> extends Object implements FieldMapper<X>
Converter that takes a JSON node and a method, and determines the next converter in the chain.
  • Constructor Details

    • AutoValueMapper

      public AutoValueMapper(Class<X> returnType, Method method, Type returnTypeFull, com.fasterxml.jackson.databind.ObjectMapper mapper)
  • Method Details