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 standardAsDeductionTypeDeserializer
withMultiCandidateDeducingTypeDeserialiser
choosing the most generic parent class thus relaxing the constraints required for deduction.MostSpecificTypeResolverBuilder This builder replaces the standardAsDeductionTypeDeserializer
withMultiCandidateDeducingTypeDeserialiser
choosing the most specific child class thus relaxing the constraints required for deduction.MultiCandidateDeducingTypeDeserialiser<D extends MultiCandidateDeducingTypeDeserialiser<D>> ATypeDeserializer
deducing the (sub-)type which to use for deserialisation related toAsDeductionTypeDeserializer
.ScalarArrayHandlingTypeDeserialiser<D extends ScalarArrayHandlingTypeDeserialiser<D>> This class extends aMultiCandidateDeducingTypeDeserialiser
by the means to handle scalar values and arrays.