Interface ModelReference

  • All Known Implementing Classes:
    ModelRef

    @Deprecated
    public interface ModelReference
    Deprecated.
    Not required when using ModelSpecification instead
    Since:
    3.0.0
    • Method Detail

      • getType

        java.lang.String getType()
        Deprecated.
      • getTypeSignature

        java.util.Optional<java.lang.String> getTypeSignature()
        Deprecated.
      • isCollection

        boolean isCollection()
        Deprecated.
      • isMap

        boolean isMap()
        Deprecated.
      • getItemType

        java.lang.String getItemType()
        Deprecated.
      • itemModel

        java.util.Optional<ModelReference> itemModel()
        Deprecated.
      • getModelId

        java.util.Optional<java.lang.String> getModelId()
        Deprecated.