Uses of Interface
org.cdk8s.plus25.k8s.JsonSchemaProps
-
Packages that use JsonSchemaProps Package Description org.cdk8s.plus25.k8s -
-
Uses of JsonSchemaProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement JsonSchemaProps Modifier and Type Class Description static classJsonSchemaProps.Jsii$ProxyAn implementation forJsonSchemaPropsMethods in org.cdk8s.plus25.k8s that return JsonSchemaProps Modifier and Type Method Description JsonSchemaPropsJsonSchemaProps.Builder. build()Builds the configured instance.default JsonSchemaPropsJsonSchemaProps. getNot()JsonSchemaPropsJsonSchemaProps.Jsii$Proxy. getNot()default JsonSchemaPropsCustomResourceValidation. getOpenApiv3Schema()openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.JsonSchemaPropsCustomResourceValidation.Jsii$Proxy. getOpenApiv3Schema()Methods in org.cdk8s.plus25.k8s that return types with arguments of type JsonSchemaProps Modifier and Type Method Description default List<JsonSchemaProps>JsonSchemaProps. getAllOf()List<JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getAllOf()default List<JsonSchemaProps>JsonSchemaProps. getAnyOf()List<JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getAnyOf()default Map<String,JsonSchemaProps>JsonSchemaProps. getDefinitions()Map<String,JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getDefinitions()default List<JsonSchemaProps>JsonSchemaProps. getOneOf()List<JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getOneOf()default Map<String,JsonSchemaProps>JsonSchemaProps. getPatternProperties()Map<String,JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getPatternProperties()default Map<String,JsonSchemaProps>JsonSchemaProps. getProperties()Map<String,JsonSchemaProps>JsonSchemaProps.Jsii$Proxy. getProperties()Methods in org.cdk8s.plus25.k8s with parameters of type JsonSchemaProps Modifier and Type Method Description JsonSchemaProps.BuilderJsonSchemaProps.Builder. not(JsonSchemaProps not)Sets the value ofgetNot()CustomResourceValidation.BuilderCustomResourceValidation.Builder. openApiv3Schema(JsonSchemaProps openApiv3Schema)Sets the value ofCustomResourceValidation.getOpenApiv3Schema()Method parameters in org.cdk8s.plus25.k8s with type arguments of type JsonSchemaProps Modifier and Type Method Description JsonSchemaProps.BuilderJsonSchemaProps.Builder. allOf(List<? extends JsonSchemaProps> allOf)Sets the value ofgetAllOf()JsonSchemaProps.BuilderJsonSchemaProps.Builder. anyOf(List<? extends JsonSchemaProps> anyOf)Sets the value ofgetAnyOf()JsonSchemaProps.BuilderJsonSchemaProps.Builder. definitions(Map<String,? extends JsonSchemaProps> definitions)Sets the value ofgetDefinitions()JsonSchemaProps.BuilderJsonSchemaProps.Builder. oneOf(List<? extends JsonSchemaProps> oneOf)Sets the value ofgetOneOf()JsonSchemaProps.BuilderJsonSchemaProps.Builder. patternProperties(Map<String,? extends JsonSchemaProps> patternProperties)Sets the value ofgetPatternProperties()JsonSchemaProps.BuilderJsonSchemaProps.Builder. properties(Map<String,? extends JsonSchemaProps> properties)Sets the value ofgetProperties()
-