AbstractJSONSchema2Pojo(Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |
JArray(AbstractJSONSchema2Pojo nested,
Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |
JCRObject(String pkg,
String type,
String group,
String version,
String specClassName,
String statusClassName,
boolean withSpec,
boolean withStatus,
boolean storage,
boolean served,
Config config) |
JEnum(String type,
List<com.fasterxml.jackson.databind.JsonNode> values,
Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |
JMap(AbstractJSONSchema2Pojo nested,
Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |
JObject(String pkg,
String type,
Map<String,io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps> fields,
List<String> required,
boolean preserveUnknownFields,
String classPrefix,
String classSuffix,
Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |
JPrimitive(String type,
Config config,
String description,
boolean isNullable,
com.fasterxml.jackson.databind.JsonNode defaultValue) |