Package io.protostuff.runtime
Interface PolymorphicSchema.Handler
-
- All Known Implementing Classes:
RuntimeObjectField
- Enclosing class:
- PolymorphicSchema
public static interface PolymorphicSchema.HandlerThe 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 voidsetValue(java.lang.Object value, java.lang.Object owner)
-