public class SchemaInfoBuiltin extends QApiType
QApiTypeDescriptor{name=SchemaInfoBuiltin, data={json-type=JSONType}, innerTypes=null}
Constructor and Description |
---|
SchemaInfoBuiltin() |
SchemaInfoBuiltin(JSONType jsonType) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SchemaInfoBuiltin |
withJsonType(JSONType value) |
toString
public SchemaInfoBuiltin()
public SchemaInfoBuiltin(JSONType jsonType)
@Nonnull public SchemaInfoBuiltin withJsonType(JSONType value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException