Interface MongoJsonSchemaCreator.PropertySpecifier

Enclosing interface:
MongoJsonSchemaCreator

public static interface MongoJsonSchemaCreator.PropertySpecifier
Since:
3.4
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    withTypes(Class<?>... types)
    Set additional type parameters for polymorphic ones.
  • Method Details

    • withTypes

      MongoJsonSchemaCreator withTypes(Class<?>... types)
      Set additional type parameters for polymorphic ones.
      Parameters:
      types - must not be null.
      Returns:
      the source