public abstract class AbstractHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClassloadingService |
classloadingService |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getArrayType(Field field) |
protected Transformer |
getTransformer(Field field) |
protected boolean |
shouldTransform(Field field)
Checks, if this field is a scalar and the object has the wrong type.
|
protected final ClassloadingService classloadingService
protected Transformer getTransformer(Field field)
protected boolean shouldTransform(Field field)
field - the fieldCopyright © 2018–2021. All rights reserved.