Class JaversProperty

java.lang.Object
org.javers.core.metamodel.property.Property
org.javers.core.metamodel.type.JaversProperty

public class JaversProperty extends Property
Class property with JaversType
  • Constructor Details

  • Method Details

    • getType

      public <T extends JaversType> T getType()
    • isEntityType

      public boolean isEntityType()
    • isValueObjectType

      public boolean isValueObjectType()
    • isPrimitiveOrValueType

      public boolean isPrimitiveOrValueType()
    • isCustomType

      public boolean isCustomType()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Property
    • isShallowReference

      public boolean isShallowReference()
    • copyAsShallowReference

      public JaversProperty copyAsShallowReference()
    • toString

      public String toString()
      Overrides:
      toString in class Property