Class ConvertingTypes

java.lang.Object
org.simpleflatmapper.converter.ConvertingTypes

public class ConvertingTypes extends Object
  • Constructor Details

    • ConvertingTypes

      public ConvertingTypes(Type from, Type to)
  • Method Details

    • score

      public ConvertingScore score(ConvertingTypes targetedTypes)
    • getSourceScore

      public static int getSourceScore(Type from, Type target)
    • distanceToParent

      public static int distanceToParent(Type target, Type parent)
    • getTargetScore

      public static int getTargetScore(Type from, Type target)
    • getFrom

      public Type getFrom()
    • getTo

      public Type getTo()