public class PojoClass extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
createCopyThroughBuilder(Object pojo) |
Object |
createCopyThroughMap(Object pojo) |
Object |
createCopyThroughString(Object pojo) |
Object |
createVariant(int variantIdx) |
static PojoClass |
from(Class<?> pojoClass) |
int |
getVariationCount()
How many fields can be manipulated?
|
boolean |
isConstructable() |
boolean |
isJacksonSerializable() |
public boolean isConstructable()
public boolean isJacksonSerializable()
public Object createCopyThroughString(Object pojo) throws IOException
IOExceptionpublic int getVariationCount()
public Object createVariant(int variantIdx) throws Exception
variantIdx - -1 for all 'default' valuesExceptionCopyright © 2016–2018. All rights reserved.