public class StmtClassForgeableJsonDesc extends Object
Constructor and Description |
---|
StmtClassForgeableJsonDesc(Map<String,Object> propertiesThisType,
Map<String,JsonUnderlyingField> fieldDescriptorsInclSupertype,
boolean dynamic,
int numFieldsSupertype,
JsonEventType optionalSupertype,
Map<String,JsonForgeDesc> forges) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonUnderlyingField> |
getFieldDescriptorsInclSupertype() |
Map<String,JsonForgeDesc> |
getForges() |
int |
getNumFieldsSupertype() |
JsonEventType |
getOptionalSupertype() |
Map<String,Object> |
getPropertiesThisType() |
boolean |
isDynamic() |
public StmtClassForgeableJsonDesc(Map<String,Object> propertiesThisType, Map<String,JsonUnderlyingField> fieldDescriptorsInclSupertype, boolean dynamic, int numFieldsSupertype, JsonEventType optionalSupertype, Map<String,JsonForgeDesc> forges)
public Map<String,JsonUnderlyingField> getFieldDescriptorsInclSupertype()
public boolean isDynamic()
public int getNumFieldsSupertype()
public JsonEventType getOptionalSupertype()
public Map<String,JsonForgeDesc> getForges()
Copyright © 2005–2021. All rights reserved.