Class DuckType

java.lang.Object
org.javers.core.metamodel.type.DuckType

public class DuckType extends Object
Since:
1.4
  • Constructor Details

    • DuckType

      public DuckType(ManagedType managedType)
    • DuckType

      public DuckType(String typeName)
    • DuckType

      public DuckType(String typeName, Set<String> properties)
  • Method Details

    • bareCopy

      public DuckType bareCopy()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTypeName

      public String getTypeName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isBare

      public boolean isBare()