Interface PolymorphicSchema.Handler

Enclosing class:
PolymorphicSchema

public static interface PolymorphicSchema.Handler
The handler who's job is to set the value to the owner.
Author:
David Yu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(Object value, Object owner)
     
  • Method Details