All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.stapi.graphoperations.objectGraphMapper.model.specific.InterfaceSpecificObjectGraphMapperFixStrategy Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.graphoperations.objectGraphMapper.model.specific;

import ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.GraphDescriptionBuilder;
import ai.stapi.graphoperations.objectGraphLanguage.InterfaceObjectGraphMapping;
import java.util.Map;

public interface InterfaceSpecificObjectGraphMapperFixStrategy {

  InterfaceObjectGraphMapping fix(
      InterfaceObjectGraphMapping interfaceObjectGraphMapping,
      Map.Entry fieldEntry,
      GraphDescriptionBuilder builder,
      String serializationType
  );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy