Package io.protostuff.runtime
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(java.lang.Object value, java.lang.Object owner)
-