Package de.aristaflow.ilm.util.jackson
-
Class Summary Class Description DistFieldDeserialiser<F,F1 extends F,F2 extends F> This deserialiser chooses between two different class hierarchy based on the presence of a specific field (name).MostCommonTypeResolverBuilder This builder replaces the standardAsDeductionTypeDeserializerwithMultiCandidateDeducingTypeDeserialiserchoosing the most generic parent class thus relaxing the constraints required for deduction.MostSpecificTypeResolverBuilder This builder replaces the standardAsDeductionTypeDeserializerwithMultiCandidateDeducingTypeDeserialiserchoosing the most specific child class thus relaxing the constraints required for deduction.MultiCandidateDeducingTypeDeserialiser<D extends MultiCandidateDeducingTypeDeserialiser<D>> ATypeDeserializerdeducing the (sub-)type which to use for deserialisation related toAsDeductionTypeDeserializer.ScalarArrayHandlingTypeDeserialiser<D extends ScalarArrayHandlingTypeDeserialiser<D>> This class extends aMultiCandidateDeducingTypeDeserialiserby the means to handle scalar values and arrays.