Annotation Type DependentSchema

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      A property name
      Class<?> schema
      The schema that an instance must validate against if it has a property named name().
    • Element Detail

      • name

        String name
        A property name
        Returns:
        property name
      • schema

        Class<?> schema
        The schema that an instance must validate against if it has a property named name().
        Returns:
        a class used to generate a schema which is used to validate objects with properties named name()