Interface Reference

    • Method Detail

      • isRef

        boolean isRef()
        check if this is a $ref object.
        Returns:
        true if $ref else false.
      • getRef

        @Required
        java.lang.String getRef()
        $ref value. Should be guarded by isRef(). Throws if isRef() is false.
        Returns:
        ref
        Throws:
        io.openapiprocessor.jsonschema.converter.NoValueException - if isRef() is false