Uses of Interface
com.hashicorp.cdktf.EncodingOptions
Packages that use EncodingOptions
-
Uses of EncodingOptions in com.hashicorp.cdktf
Classes in com.hashicorp.cdktf that implement EncodingOptionsMethods in com.hashicorp.cdktf that return EncodingOptionsModifier and TypeMethodDescriptionEncodingOptions.Builder.build()Builds the configured instance.Methods in com.hashicorp.cdktf with parameters of type EncodingOptionsModifier and TypeMethodDescriptionToken.asAnyMap(Object value, EncodingOptions options) (experimental) Return a reversible map representation of this token.Token.asBooleanMap(Object value, EncodingOptions options) (experimental) Return a reversible map representation of this token.Token.asList(Object value, EncodingOptions options) (experimental) Return a reversible list representation of this token.Token.asMap(Object value, Object mapValue, EncodingOptions options) (experimental) Return a reversible map representation of this token.Token.asNumberMap(Object value, EncodingOptions options) (experimental) Return a reversible map representation of this token.static StringToken.asString(Object value, EncodingOptions options) (experimental) Return a reversible string representation of this token.Token.asStringMap(Object value, EncodingOptions options) (experimental) Return a reversible map representation of this token.