Interface Convention


public interface Convention
Defines a convention to be applied when mapping a class.
Since:
3.5
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(ClassModelBuilder<?> classModelBuilder)
    This method applies this Convention to the given ClassModelBuilder
  • Method Details

    • apply

      void apply(ClassModelBuilder<?> classModelBuilder)
      This method applies this Convention to the given ClassModelBuilder
      Parameters:
      classModelBuilder - the ClassModelBuilder to apply the convention to