Interface PolymorphicSchema.Handler

All Known Implementing Classes:
RuntimeObjectField
Enclosing class:
PolymorphicSchema

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

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