Class JaversProperty


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

      • JaversProperty

        public JaversProperty​(java.util.function.Supplier<JaversType> propertyType,
                              Property property)
    • Method Detail

      • 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​(java.lang.Object o)
        Overrides:
        equals in class Property
      • isShallowReference

        public boolean isShallowReference()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Property