Interface Reference

All Superinterfaces:
Type
All Known Subinterfaces:
ParserTypeRef, TypeReference

public interface Reference extends Type
A reference to a type with validation requirements. The validation requirements apply for this particular reference (think of it as requirements that apply to the parameter/property that references the type).
  • Method Details

    • validation

      Validation validation()
      Validation information that applies to this particular reference of the type.
      Returns:
      the validation information.
    • refType

      Type refType()
      Returns the referenced type.
      Returns:
      the referenced type