Uses of Interface
org.aksw.commons.codec.entity.api.EntityTransform
Packages that use EntityTransform
-
Uses of EntityTransform in org.aksw.commons.codec.entity.api
Methods in org.aksw.commons.codec.entity.api that return EntityTransformModifier and TypeMethodDescriptionEntityCodecAdapter.getDecoder()default EntityTransform<T> EntityCodecDirectBase.getDecoder()EntityCodecIndirect.getDecoder()EntityCodecAdapter.getEncoder()default EntityTransform<T> EntityCodecDirectBase.getEncoder()EntityCodecIndirect.getEncoder() -
Uses of EntityTransform in org.aksw.commons.codec.entity.impl
Classes in org.aksw.commons.codec.entity.impl that implement EntityTransformModifier and TypeClassDescriptionclassEntityTransform based on a collection of transforms that is delegated to.classFields in org.aksw.commons.codec.entity.impl declared as EntityTransformModifier and TypeFieldDescriptionprotected EntityTransform<T> EntityCodecImpl.decoderprotected EntityTransform<T> EntityCodecImpl.encoderFields in org.aksw.commons.codec.entity.impl with type parameters of type EntityTransformModifier and TypeFieldDescriptionprotected Collection<? extends EntityTransform<T>> EntityTransformCoalesce.transformsMethods in org.aksw.commons.codec.entity.impl that return EntityTransformModifier and TypeMethodDescriptionstatic <T> EntityTransform<T> EntityTransformFromLambda.create(Predicate<? super T> canApply, Function<? super T, ? extends T> applyFn) static <T> EntityTransform<T> EntityTransformFromLambda.createAlwaysApplicable(Function<? super T, ? extends T> applyFn) EntityCodecImpl.getDecoder()EntityCodecImpl.getEncoder()EntityTransformCoalesce.getFirstApplicableTransform(T entity) Methods in org.aksw.commons.codec.entity.impl that return types with arguments of type EntityTransformModifier and TypeMethodDescriptionEntityTransformCoalesce.findApplicableTransforms(T entity) EntityTransformCoalesce.tryGetFirstApplicableTransform(T entity) Methods in org.aksw.commons.codec.entity.impl with parameters of type EntityTransformModifier and TypeMethodDescriptionstatic <T> EntityCodecIndirectBase<T> EntityCodecImpl.create(EntityTransform<T> encoder, EntityTransform<T> decoder) Method parameters in org.aksw.commons.codec.entity.impl with type arguments of type EntityTransformModifier and TypeMethodDescriptionstatic <T> EntityTransformCoalesce<T> EntityTransformCoalesce.create(Collection<? extends EntityTransform<T>> transforms) Constructors in org.aksw.commons.codec.entity.impl with parameters of type EntityTransformModifierConstructorDescriptionEntityCodecImpl(EntityTransform<T> encoder, EntityTransform<T> decoder) Constructor parameters in org.aksw.commons.codec.entity.impl with type arguments of type EntityTransformModifierConstructorDescriptionEntityTransformCoalesce(Collection<? extends EntityTransform<T>> transforms)