public class BoxFactory extends AbstractBoxTransformer<AbstractBox>
| Modifier and Type | Field and Description |
|---|---|
static AbstractBoxTransformer[] |
boxCreationActions |
| Constructor and Description |
|---|
BoxFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractBox |
apply(net.sf.json.JSONObject jsonObject) |
boolean |
shouldApply(net.sf.json.JSONObject jsonObject) |
canCreate, getMemberspublic static AbstractBoxTransformer[] boxCreationActions
public boolean shouldApply(net.sf.json.JSONObject jsonObject)
public AbstractBox apply(net.sf.json.JSONObject jsonObject)
Copyright © 2016–2019. All rights reserved.