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 Detail

      • setValue

        void setValue​(java.lang.Object value,
                      java.lang.Object owner)