Class FormatObjectHandler

java.lang.Object
ru.yojo.codegen.mapper.FormatObjectHandler
All Implemented Interfaces:
PropertyTypeHandler

public class FormatObjectHandler extends Object implements PropertyTypeHandler
Handles properties with type: object and a recognized format value (e.g., type: object, format: uuid → sets format to uuid).

This is a special case where the "object" type is used as a container for a well-known format that maps to a specific Java type (e.g., UUID, LocalDate).

  • Constructor Details

    • FormatObjectHandler

      public FormatObjectHandler()
  • Method Details