| Modifier and Type | Field and Description |
|---|---|
protected PolymorphicSchema.Handler |
ArraySchemas.Base.handler |
| Modifier and Type | Method and Description |
|---|---|
PolymorphicSchema |
HasSchema.newSchema(Class<?> typeClass,
IdStrategy strategy,
PolymorphicSchema.Handler handler) |
PolymorphicSchema |
PolymorphicSchema.Factory.newSchema(Class<?> typeClass,
IdStrategy strategy,
PolymorphicSchema.Handler handler) |
PolymorphicSchema |
EnumIO.newSchema(Class<?> typeClass,
IdStrategy strategy,
PolymorphicSchema.Handler handler) |
PolymorphicSchema |
HasDelegate.newSchema(Class<?> typeClass,
IdStrategy strategy,
PolymorphicSchema.Handler handler) |
| Constructor and Description |
|---|
Base(IdStrategy strategy,
PolymorphicSchema.Handler handler) |
DelegateArray(IdStrategy strategy,
PolymorphicSchema.Handler handler,
Delegate<Object> delegate) |
EnumArray(IdStrategy strategy,
PolymorphicSchema.Handler handler,
EnumIO<?> eio) |
PojoArray(IdStrategy strategy,
PolymorphicSchema.Handler handler,
HasSchema<Object> hs) |
Copyright © 2009–2022. All rights reserved.