public class Mutator extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetSimpleItem(SchemaItem item) |
void |
detectTables(List<Mutator> tables) |
String |
getBeanGetter() |
String |
getBeanName() |
String |
getCloser() |
List<Mutator> |
getMutators() |
String |
getOpener() |
String |
getPopulators() |
TypeHandler |
getSimpleType(String type) |
boolean |
isChildOfCollectionOrMap() |
boolean |
isCollection() |
boolean |
isCollectionOrMap() |
boolean |
isMap() |
String |
jsonate(String indent) |
boolean |
link(Class<?> contextClazz,
SchemaItem schemaItem,
SchemaObject schemaObject) |
static Mutator |
rootMutator(Class<?> clazz,
SchemaObject schemaObject) |
String |
toString() |
public Mutator(Method m)
public String getBeanName()
public String getBeanGetter()
public boolean isCollection()
public boolean isMap()
public boolean canSetSimpleItem(SchemaItem item)
public boolean isChildOfCollectionOrMap()
public boolean isCollectionOrMap()
public TypeHandler getSimpleType(String type)
public boolean link(Class<?> contextClazz, SchemaItem schemaItem, SchemaObject schemaObject)
public String getPopulators()
public String getOpener()
public String getCloser()
public static Mutator rootMutator(Class<?> clazz, SchemaObject schemaObject)
Copyright © 2021. All rights reserved.